Implementation notes: amd64, latour, crypto_kem/locker6

Computer: latour
Architecture: amd64
CPU ID: GenuineIntel-000006fb-bfebfbff
SUPERCOP version: 20201130
Operation: crypto_kem
Primitive: locker6
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1263661227795 88 781454534 3080 7640T:refg++_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020090420200826
1266301820880 88 781447429 3064 7608T:refg++_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020090420200826
1280739630179 88 781458474 3080 7640T:refg++_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020090420200826
1289359839309 88 781470772 3080 7640T:refg++_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020090420200826

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