Implementation notes: amd64, gcc67, crypto_kem/locker7

Computer: gcc67
Architecture: amd64
CPU ID: AuthenticAMD-00810f10-178bfbff
SUPERCOP version: 20210125
Operation: crypto_kem
Primitive: locker7
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
875081835468 88 781489191 3756 7280T:refg++_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021012920210114
900636526812 88 781477679 3756 7280T:refg++_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021012920210114
914349719789 88 781468673 3740 7248T:refg++_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2021012920210114

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