Implementation notes: aarch64, jetsontx1, crypto_sign/fslwe25

Computer: jetsontx1
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20191017
Operation: crypto_sign
Primitive: fslwe25

Compiler output

Implementation: ref
Security model: unknown
Compiler: armclang++ -march=armv8a+crypto -mcpu=cortex-a57 -mtune=cortex-a57 -O2 -fPIC -fPIE
try.cpp: try.cpp:53: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_BYTES
try.cpp: ^
try.cpp: ./crypto_sign_fslwe25.h:23:40: note: expanded from macro 'crypto_sign_fslwe25_ref_BYTES'
try.cpp: #define crypto_sign_fslwe25_ref_BYTES (BYTES_SIGNATUR_E + BYTES_SIGNATUR_Z)
try.cpp: ^
try.cpp: try.cpp:53: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_BYTES
try.cpp: ^
try.cpp: ./crypto_sign_fslwe25.h:23:59: note: expanded from macro 'crypto_sign_fslwe25_ref_BYTES'
try.cpp: #define crypto_sign_fslwe25_ref_BYTES (BYTES_SIGNATUR_E + BYTES_SIGNATUR_Z)
try.cpp: ^
try.cpp: try.cpp:53: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: 6, namely:
CompilerImplementations
armclang++ -march=armv8a+crypto -mcpu=cortex-a57 -mtune=cortex-a57 -O2 -fPIC -fPIE ref
armclang++ -march=armv8a+crypto -mcpu=cortex-a57 -mtune=cortex-a57 -O3 -fPIC -fPIE ref
clang++ -mcpu=native -march=armv8a+crypto -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang++ -mcpu=native -march=armv8a+crypto -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang++ -mcpu=native -march=armv8a+crypto -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang++ -mcpu=native -march=armv8a+crypto -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref

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_fslwe25.h:23:40: error: 'BYTES_SIGNATUR_E' was not declared in this scope
try.cpp: #define crypto_sign_fslwe25_ref_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_BYTES'
try.cpp: #define crypto_sign_fslwe25_BYTES crypto_sign_fslwe25_ref_BYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign.h:9:27: note: in expansion of macro 'crypto_sign_fslwe25_BYTES'
try.cpp: #define crypto_sign_BYTES crypto_sign_fslwe25_BYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:53: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_fslwe25.h:23:59: error: 'BYTES_SIGNATUR_Z' was not declared in this scope
try.cpp: #define crypto_sign_fslwe25_ref_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_BYTES'
try.cpp: #define crypto_sign_fslwe25_BYTES crypto_sign_fslwe25_ref_BYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign.h:9:27: note: in expansion of macro 'crypto_sign_fslwe25_BYTES'
try.cpp: #define crypto_sign_BYTES crypto_sign_fslwe25_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