Implementation notes: amd64, cel02, crypto_kem/locker7

Computer: cel02
Architecture: amd64
CPU ID: GenuineIntel-00050657-bfebfbff
SUPERCOP version: 20201130
Operation: crypto_kem
Primitive: locker7
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1767024037317 88 781746473 4312 7216T:refg++_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020121120201130
1787670819782 88 781722698 4296 7120T:refg++_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020121120201130
1840933027059 88 781732048 4312 7152T:refg++_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020121120201130

Test failure

Implementation: T:ref
Security model: timingleaks
Compiler: g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
error 111

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
hash.c: clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated
rng.c: clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated
decoder.cpp: decoder.cpp:27:13: error: variable length array of non-POD element type 'ffi_vec' (aka 'NTL::GF2EX')
decoder.cpp: ffi_vec Si[F_dim];
decoder.cpp: ^
decoder.cpp: decoder.cpp:36:17: error: variable length array of non-POD element type 'ffi_vec' (aka 'NTL::GF2EX')
decoder.cpp: ffi_vec inters[F_dim-1];
decoder.cpp: ^
decoder.cpp: decoder.cpp:99:13: error: variable length array of non-POD element type 'ffi_vec' (aka 'NTL::GF2EX')
decoder.cpp: ffi_vec Si[F_dim];
decoder.cpp: ^
decoder.cpp: 3 errors generated.

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
clang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang++ -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref
clang++ -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:ref