Implementation notes: amd64, pmnod076, crypto_sign/fslwe69

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

Compiler output

Implementation: ref
Security model: unknown
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
try.cpp: In file included from crypto_sign.h:4,
try.cpp: from try.cpp:8:
try.cpp: try.cpp: In function 'void allocate()':
try.cpp: crypto_sign_fslwe69.h:23:40: error: 'BYTES_SIGNATUR_E' was not declared in this scope
try.cpp: 23 | #define crypto_sign_fslwe69_ref_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_BYTES'
try.cpp: 40 | #define crypto_sign_fslwe69_BYTES crypto_sign_fslwe69_ref_BYTES
try.cpp: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign.h:9:27: note: in expansion of macro 'crypto_sign_fslwe69_BYTES'
try.cpp: 9 | #define crypto_sign_BYTES crypto_sign_fslwe69_BYTES
try.cpp: | ^~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:53:34: note: in expansion of macro 'crypto_sign_BYTES'
try.cpp: 53 | if (alloclen < MAXTEST_BYTES + crypto_sign_BYTES) alloclen = MAXTEST_BYTES + crypto_sign_BYTES;
try.cpp: | ^~~~~~~~~~~~~~~~~
try.cpp: crypto_sign_fslwe69.h:23:59: error: 'BYTES_SIGNATUR_Z' was not declared in this scope
try.cpp: 23 | #define crypto_sign_fslwe69_ref_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_BYTES'
try.cpp: 40 | #define crypto_sign_fslwe69_BYTES crypto_sign_fslwe69_ref_BYTES
try.cpp: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign.h:9:27: note: in expansion of macro 'crypto_sign_fslwe69_BYTES'
try.cpp: 9 | #define crypto_sign_BYTES crypto_sign_fslwe69_BYTES
try.cpp: | ^~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:53: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 ref
g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
g++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE ref

Compiler output

Implementation: ref
Security model: unknown
Compiler: icpc -march=broadwell -mtune=broadwell -O2 -fomit-frame-pointer
try.cpp: try.cpp(53): error: identifier "BYTES_SIGNATUR_E" is undefined
try.cpp: if (alloclen < MAXTEST_BYTES + crypto_sign_BYTES) alloclen = MAXTEST_BYTES + crypto_sign_BYTES;
try.cpp: ^
try.cpp:
try.cpp: try.cpp(53): error: identifier "BYTES_SIGNATUR_Z" is undefined
try.cpp: if (alloclen < MAXTEST_BYTES + crypto_sign_BYTES) alloclen = MAXTEST_BYTES + crypto_sign_BYTES;
try.cpp: ^
try.cpp:
try.cpp: try.cpp(54): error: identifier "BYTES_PRIMENUMBER" is undefined
try.cpp: if (alloclen < crypto_sign_PUBLICKEYBYTES) alloclen = crypto_sign_PUBLICKEYBYTES;
try.cpp: ^
try.cpp:
try.cpp: try.cpp(54): error: identifier "BYTES_HASHFUNCTION" is undefined
try.cpp: if (alloclen < crypto_sign_PUBLICKEYBYTES) alloclen = crypto_sign_PUBLICKEYBYTES;
try.cpp: ^
try.cpp:
try.cpp: try.cpp(54): error: identifier "BYTES_PUBLICKEY" is undefined
try.cpp: if (alloclen < crypto_sign_PUBLICKEYBYTES) alloclen = crypto_sign_PUBLICKEYBYTES;
try.cpp: ^
try.cpp:
try.cpp: try.cpp(55): error: identifier "BYTES_SECRETKEY" is undefined
try.cpp: if (alloclen < crypto_sign_SECRETKEYBYTES) alloclen = crypto_sign_SECRETKEYBYTES;
try.cpp: ^
try.cpp:
try.cpp: try.cpp(89): error: identifier "BYTES_PRIMENUMBER" is undefined
try.cpp: ...

Number of similar (compiler,implementation) pairs: 24, namely:
CompilerImplementations
icpc -march=broadwell -mtune=broadwell -O2 -fomit-frame-pointer ref
icpc -march=broadwell -mtune=broadwell -O3 -fomit-frame-pointer ref
icpc -march=cannonlake -mtune=cannonlake -O2 -fomit-frame-pointer ref
icpc -march=cannonlake -mtune=cannonlake -O3 -fomit-frame-pointer ref
icpc -march=core-avx-i -mtune=core-avx-i -O2 -fomit-frame-pointer ref
icpc -march=core-avx-i -mtune=core-avx-i -O3 -fomit-frame-pointer ref
icpc -march=core-avx2 -mtune=core-avx2 -O2 -fomit-frame-pointer ref
icpc -march=core-avx2 -mtune=core-avx2 -O3 -fomit-frame-pointer ref
icpc -march=corei7-avx -mtune=corei7-avx -O2 -fomit-frame-pointer ref
icpc -march=corei7-avx -mtune=corei7-avx -O3 -fomit-frame-pointer ref
icpc -march=corei7 -mtune=corei7 -O2 -fomit-frame-pointer ref
icpc -march=corei7 -mtune=corei7 -O3 -fomit-frame-pointer ref
icpc -march=haswell -mtune=haswell -O2 -fomit-frame-pointer ref
icpc -march=haswell -mtune=haswell -O3 -fomit-frame-pointer ref
icpc -march=icelake-client -mtune=icelake-client -O2 -fomit-frame-pointer ref
icpc -march=icelake-client -mtune=icelake-client -O3 -fomit-frame-pointer ref
icpc -march=ivybridge -mtune=ivybridge -O2 -fomit-frame-pointer ref
icpc -march=ivybridge -mtune=ivybridge -O3 -fomit-frame-pointer ref
icpc -march=sandybridge -mtune=sandybridge -O2 -fomit-frame-pointer ref
icpc -march=sandybridge -mtune=sandybridge -O3 -fomit-frame-pointer ref
icpc -march=skylake-avx512 -mtune=skylake-avx512 -O2 -fomit-frame-pointer ref
icpc -march=skylake-avx512 -mtune=skylake-avx512 -O3 -fomit-frame-pointer ref
icpc -march=skylake -mtune=skylake -O2 -fomit-frame-pointer ref
icpc -march=skylake -mtune=skylake -O3 -fomit-frame-pointer ref