Implementation notes: amd64, cel02, crypto_sign/fslwe69

Computer: cel02
Architecture: amd64
CPU ID: GenuineIntel-00050657-bfebfbff
SUPERCOP version: 20201130
Operation: crypto_sign
Primitive: fslwe69

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
fs_lwe_sign.cpp: fs_lwe_sign.cpp:388:17: error: variable length array of non-POD element type 'NTL::ZZ_pE'
fs_lwe_sign.cpp: ZZ_pE random_Dy[PublicParam.m];
fs_lwe_sign.cpp: ^
fs_lwe_sign.cpp: fs_lwe_sign.cpp:429:18: error: variable length array of non-POD element type 'NTL::ZZ_pE'
fs_lwe_sign.cpp: NTL::ZZ_pE sk_ZZ[PP.m];
fs_lwe_sign.cpp: ^
fs_lwe_sign.cpp: fs_lwe_sign.cpp:430:16: error: variable length array of non-POD element type 'NTL::ZZ_pE'
fs_lwe_sign.cpp: NTL::ZZ_pE rhf[PP.m];
fs_lwe_sign.cpp: ^
fs_lwe_sign.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

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.cpp: In file included from crypto_sign.h:4:0,
try.cpp: from try.cpp:8:
try.cpp: try.cpp: In function 'void allocate()':
try.cpp: crypto_sign_fslwe69.h:23:52: error: 'BYTES_SIGNATUR_E' was not declared in this scope
try.cpp: #define crypto_sign_fslwe69_ref_timingleaks_BYTES (BYTES_SIGNATUR_E + BYTES_SIGNATUR_Z)
try.cpp: ^
try.cpp: crypto_sign_fslwe69.h:40:35: note: in expansion of macro 'crypto_sign_fslwe69_ref_timingleaks_BYTES'
try.cpp: #define crypto_sign_fslwe69_BYTES crypto_sign_fslwe69_ref_timingleaks_BYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign.h:9:27: note: in expansion of macro 'crypto_sign_fslwe69_BYTES'
try.cpp: #define crypto_sign_BYTES crypto_sign_fslwe69_BYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:57:34: note: in expansion of macro 'crypto_sign_BYTES'
try.cpp: if (alloclen < MAXTEST_BYTES + crypto_sign_BYTES) alloclen = MAXTEST_BYTES + crypto_sign_BYTES;
try.cpp: ^~~~~~~~~~~~~~~~~
try.cpp: crypto_sign_fslwe69.h:23:71: error: 'BYTES_SIGNATUR_Z' was not declared in this scope
try.cpp: #define crypto_sign_fslwe69_ref_timingleaks_BYTES (BYTES_SIGNATUR_E + BYTES_SIGNATUR_Z)
try.cpp: ^
try.cpp: crypto_sign_fslwe69.h:40:35: note: in expansion of macro 'crypto_sign_fslwe69_ref_timingleaks_BYTES'
try.cpp: #define crypto_sign_fslwe69_BYTES crypto_sign_fslwe69_ref_timingleaks_BYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign.h:9:27: note: in expansion of macro 'crypto_sign_fslwe69_BYTES'
try.cpp: #define crypto_sign_BYTES crypto_sign_fslwe69_BYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:57:34: note: in expansion of macro 'crypto_sign_BYTES'
try.cpp: ...

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