Implementation notes: amd64, icelake, crypto_sign/fslwe25

Computer: icelake
Architecture: amd64
CPU ID: GenuineIntel-000706e5-bfebfbff
SUPERCOP version: 20200826
Operation: crypto_sign
Primitive: fslwe25

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang++ -march=icelake-client -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
try.cpp: try.cpp:57:34: error: use of undeclared identifier 'BYTES_SIGNATUR_E'
try.cpp: if (alloclen < MAXTEST_BYTES + crypto_sign_BYTES) alloclen = MAXTEST_BYTES + crypto_sign_BYTES;
try.cpp: ^
try.cpp: ./crypto_sign.h:9:27: note: expanded from macro 'crypto_sign_BYTES'
try.cpp: #define crypto_sign_BYTES crypto_sign_fslwe25_BYTES
try.cpp: ^
try.cpp: ./crypto_sign_fslwe25.h:40:35: note: expanded from macro 'crypto_sign_fslwe25_BYTES'
try.cpp: #define crypto_sign_fslwe25_BYTES crypto_sign_fslwe25_ref_timingleaks_BYTES
try.cpp: ^
try.cpp: ./crypto_sign_fslwe25.h:23:52: note: expanded from macro 'crypto_sign_fslwe25_ref_timingleaks_BYTES'
try.cpp: #define crypto_sign_fslwe25_ref_timingleaks_BYTES (BYTES_SIGNATUR_E + BYTES_SIGNATUR_Z)
try.cpp: ^
try.cpp: try.cpp:57:34: error: use of undeclared identifier 'BYTES_SIGNATUR_Z'
try.cpp: ./crypto_sign.h:9:27: note: expanded from macro 'crypto_sign_BYTES'
try.cpp: #define crypto_sign_BYTES crypto_sign_fslwe25_BYTES
try.cpp: ^
try.cpp: ./crypto_sign_fslwe25.h:40:35: note: expanded from macro 'crypto_sign_fslwe25_BYTES'
try.cpp: #define crypto_sign_fslwe25_BYTES crypto_sign_fslwe25_ref_timingleaks_BYTES
try.cpp: ^
try.cpp: ./crypto_sign_fslwe25.h:23:71: note: expanded from macro 'crypto_sign_fslwe25_ref_timingleaks_BYTES'
try.cpp: #define crypto_sign_fslwe25_ref_timingleaks_BYTES (BYTES_SIGNATUR_E + BYTES_SIGNATUR_Z)
try.cpp: ^
try.cpp: try.cpp:57:80: error: use of undeclared identifier 'BYTES_SIGNATUR_E'
try.cpp: if (alloclen < MAXTEST_BYTES + crypto_sign_BYTES) alloclen = MAXTEST_BYTES + crypto_sign_BYTES;
try.cpp: ^
try.cpp: ...

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

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: opt-local-bin-g++ -march=icelake-client -mtune=icelake-client -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_fslwe25.h:23:52: error: 'BYTES_SIGNATUR_E' was not declared in this scope
try.cpp: 23 | #define crypto_sign_fslwe25_ref_timingleaks_BYTES (BYTES_SIGNATUR_E + BYTES_SIGNATUR_Z)
try.cpp: | ^~~~~~~~~~~~~~~~
try.cpp: crypto_sign_fslwe25.h:40:35: note: in expansion of macro 'crypto_sign_fslwe25_ref_timingleaks_BYTES'
try.cpp: 40 | #define crypto_sign_fslwe25_BYTES crypto_sign_fslwe25_ref_timingleaks_BYTES
try.cpp: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign.h:9:27: note: in expansion of macro 'crypto_sign_fslwe25_BYTES'
try.cpp: 9 | #define crypto_sign_BYTES crypto_sign_fslwe25_BYTES
try.cpp: | ^~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:57:34: note: in expansion of macro 'crypto_sign_BYTES'
try.cpp: 57 | if (alloclen < MAXTEST_BYTES + crypto_sign_BYTES) alloclen = MAXTEST_BYTES + crypto_sign_BYTES;
try.cpp: | ^~~~~~~~~~~~~~~~~
try.cpp: crypto_sign_fslwe25.h:23:71: error: 'BYTES_SIGNATUR_Z' was not declared in this scope
try.cpp: 23 | #define crypto_sign_fslwe25_ref_timingleaks_BYTES (BYTES_SIGNATUR_E + BYTES_SIGNATUR_Z)
try.cpp: | ^~~~~~~~~~~~~~~~
try.cpp: crypto_sign_fslwe25.h:40:35: note: in expansion of macro 'crypto_sign_fslwe25_ref_timingleaks_BYTES'
try.cpp: 40 | #define crypto_sign_fslwe25_BYTES crypto_sign_fslwe25_ref_timingleaks_BYTES
try.cpp: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign.h:9:27: note: in expansion of macro 'crypto_sign_fslwe25_BYTES'
try.cpp: 9 | #define crypto_sign_BYTES crypto_sign_fslwe25_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: 3, namely:
CompilerImplementations
opt-local-bin-g++ -march=icelake-client -mtune=icelake-client -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref
opt-local-bin-g++ -march=icelake-client -mtune=icelake-client -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref
opt-local-bin-g++ -march=icelake-client -mtune=icelake-client -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:ref