Implementation notes: amd64, alder, crypto_sign/fslwe37

Computer: alder
Microarchitecture: amd64; Golden Cove (90675-00)
Architecture: amd64
CPU ID: GenuineIntel-00090675-00-bfebfbff
SUPERCOP version: 20240625
Operation: crypto_sign
Primitive: fslwe37

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
try.cpp: In file included from try-small.cpp:2:
try.cpp: ./try.cpp:58:31: error: use of undeclared identifier 'BYTES_SIGNATUR_E'
try.cpp:   if (alloclen < TUNE_BYTES + crypto_sign_BYTES) alloclen = TUNE_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_fslwe37_BYTES
try.cpp:                           ^
try.cpp: ./crypto_sign_fslwe37.h:40:35: note: expanded from macro 'crypto_sign_fslwe37_BYTES'
try.cpp: #define crypto_sign_fslwe37_BYTES crypto_sign_fslwe37_ref_timingleaks_BYTES
try.cpp:                                   ^
try.cpp: ./crypto_sign_fslwe37.h:23:52: note: expanded from macro 'crypto_sign_fslwe37_ref_timingleaks_BYTES'
try.cpp: #define crypto_sign_fslwe37_ref_timingleaks_BYTES (BYTES_SIGNATUR_E + BYTES_SIGNATUR_Z)
try.cpp:                                                    ^
try.cpp: In file included from try-small.cpp:2:
try.cpp: ./try.cpp:58:31: 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_fslwe37_BYTES
try.cpp:                           ^
try.cpp: ./crypto_sign_fslwe37.h:40:35: note: expanded from macro 'crypto_sign_fslwe37_BYTES'
try.cpp: #define crypto_sign_fslwe37_BYTES crypto_sign_fslwe37_ref_timingleaks_BYTES
try.cpp:                                   ^
try.cpp: ./crypto_sign_fslwe37.h:23:71: note: expanded from macro 'crypto_sign_fslwe37_ref_timingleaks_BYTES'
try.cpp: #define crypto_sign_fslwe37_ref_timingleaks_BYTES (BYTES_SIGNATUR_E + BYTES_SIGNATUR_Z)
try.cpp:                                                                       ^
try.cpp: In file included from try-small.cpp:2:
try.cpp: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refclang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
T:refclang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
T:refclang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall
T:refclang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Compiler output

Implementation: T:ref
Security model: timingleaks
Compiler: g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
try.cpp: In file included from crypto_sign.h:4,
try.cpp:                  from try.cpp:8,
try.cpp:                  from try-small.cpp:2:
try.cpp: try.cpp: In function 'void allocate()':
try.cpp: crypto_sign_fslwe37.h:23:52: error: 'BYTES_SIGNATUR_E' was not declared in this scope
try.cpp:    23 | #define crypto_sign_fslwe37_ref_timingleaks_BYTES (BYTES_SIGNATUR_E + BYTES_SIGNATUR_Z)
try.cpp:       |                                                    ^~~~~~~~~~~~~~~~
try.cpp: crypto_sign_fslwe37.h:40:35: note: in expansion of macro 'crypto_sign_fslwe37_ref_timingleaks_BYTES'
try.cpp:    40 | #define crypto_sign_fslwe37_BYTES crypto_sign_fslwe37_ref_timingleaks_BYTES
try.cpp:       |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign.h:9:27: note: in expansion of macro 'crypto_sign_fslwe37_BYTES'
try.cpp:     9 | #define crypto_sign_BYTES crypto_sign_fslwe37_BYTES
try.cpp:       |                           ^~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:58:31: note: in expansion of macro 'crypto_sign_BYTES'
try.cpp:    58 |   if (alloclen < TUNE_BYTES + crypto_sign_BYTES) alloclen = TUNE_BYTES + crypto_sign_BYTES;
try.cpp:       |                               ^~~~~~~~~~~~~~~~~
try.cpp: crypto_sign_fslwe37.h:23:71: error: 'BYTES_SIGNATUR_Z' was not declared in this scope
try.cpp:    23 | #define crypto_sign_fslwe37_ref_timingleaks_BYTES (BYTES_SIGNATUR_E + BYTES_SIGNATUR_Z)
try.cpp:       |                                                                       ^~~~~~~~~~~~~~~~
try.cpp: crypto_sign_fslwe37.h:40:35: note: in expansion of macro 'crypto_sign_fslwe37_ref_timingleaks_BYTES'
try.cpp:    40 | #define crypto_sign_fslwe37_BYTES crypto_sign_fslwe37_ref_timingleaks_BYTES
try.cpp:       |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign.h:9:27: note: in expansion of macro 'crypto_sign_fslwe37_BYTES'
try.cpp:     9 | #define crypto_sign_BYTES crypto_sign_fslwe37_BYTES
try.cpp:       |                           ^~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:refg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)