Implementation notes: aarch64, a72, crypto_sign/fslwe69

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_sign
Primitive: fslwe69

Compiler output

Implementation: crypto_sign/fslwe69/ref
Compiler: g++ -funroll-loops -march=native -mtune=native -O2
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:40: error: 'BYTES_SIGNATUR_E' was not declared in this scope
try.cpp: #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: #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: #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: 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: #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: #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: #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: if (alloclen < MAXTEST_BYTES + crypto_sign_BYTES) alloclen = MAXTEST_BYTES + crypto_sign_BYTES;
try.cpp: ^~~~~~~~~~~~~~~~~
try.cpp: crypto_sign_fslwe69.h:21:49: error: 'BYTES_PRIMENUMBER' was not declared in this scope
try.cpp: #define crypto_sign_fslwe69_ref_PUBLICKEYBYTES (BYTES_PRIMENUMBER + BYTES_HASHFUNCTION + BYTES_PUBLICKEY)
try.cpp: ^
try.cpp: crypto_sign_fslwe69.h:42:44: note: in expansion of macro 'crypto_sign_fslwe69_ref_PUBLICKEYBYTES'
try.cpp: #define crypto_sign_fslwe69_PUBLICKEYBYTES crypto_sign_fslwe69_ref_PUBLICKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign.h:11:36: note: in expansion of macro 'crypto_sign_fslwe69_PUBLICKEYBYTES'
try.cpp: #define crypto_sign_PUBLICKEYBYTES crypto_sign_fslwe69_PUBLICKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:54:18: note: in expansion of macro 'crypto_sign_PUBLICKEYBYTES'
try.cpp: if (alloclen < crypto_sign_PUBLICKEYBYTES) alloclen = crypto_sign_PUBLICKEYBYTES;
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign_fslwe69.h:21:69: error: 'BYTES_HASHFUNCTION' was not declared in this scope
try.cpp: #define crypto_sign_fslwe69_ref_PUBLICKEYBYTES (BYTES_PRIMENUMBER + BYTES_HASHFUNCTION + BYTES_PUBLICKEY)
try.cpp: ^
try.cpp: crypto_sign_fslwe69.h:42:44: note: in expansion of macro 'crypto_sign_fslwe69_ref_PUBLICKEYBYTES'
try.cpp: #define crypto_sign_fslwe69_PUBLICKEYBYTES crypto_sign_fslwe69_ref_PUBLICKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign.h:11:36: note: in expansion of macro 'crypto_sign_fslwe69_PUBLICKEYBYTES'
try.cpp: #define crypto_sign_PUBLICKEYBYTES crypto_sign_fslwe69_PUBLICKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:54:18: note: in expansion of macro 'crypto_sign_PUBLICKEYBYTES'
try.cpp: if (alloclen < crypto_sign_PUBLICKEYBYTES) alloclen = crypto_sign_PUBLICKEYBYTES;
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign_fslwe69.h:21:90: error: 'BYTES_PUBLICKEY' was not declared in this scope
try.cpp: #define crypto_sign_fslwe69_ref_PUBLICKEYBYTES (BYTES_PRIMENUMBER + BYTES_HASHFUNCTION + BYTES_PUBLICKEY)
try.cpp: ^
try.cpp: crypto_sign_fslwe69.h:42:44: note: in expansion of macro 'crypto_sign_fslwe69_ref_PUBLICKEYBYTES'
try.cpp: #define crypto_sign_fslwe69_PUBLICKEYBYTES crypto_sign_fslwe69_ref_PUBLICKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign.h:11:36: note: in expansion of macro 'crypto_sign_fslwe69_PUBLICKEYBYTES'
try.cpp: #define crypto_sign_PUBLICKEYBYTES crypto_sign_fslwe69_PUBLICKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:54:18: note: in expansion of macro 'crypto_sign_PUBLICKEYBYTES'
try.cpp: if (alloclen < crypto_sign_PUBLICKEYBYTES) alloclen = crypto_sign_PUBLICKEYBYTES;
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign_fslwe69.h:19:49: error: 'BYTES_PRIMENUMBER' was not declared in this scope
try.cpp: #define crypto_sign_fslwe69_ref_SECRETKEYBYTES (BYTES_PRIMENUMBER + BYTES_HASHFUNCTION + BYTES_SECRETKEY)
try.cpp: ^
try.cpp: crypto_sign_fslwe69.h:41:44: note: in expansion of macro 'crypto_sign_fslwe69_ref_SECRETKEYBYTES'
try.cpp: #define crypto_sign_fslwe69_SECRETKEYBYTES crypto_sign_fslwe69_ref_SECRETKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign.h:10:36: note: in expansion of macro 'crypto_sign_fslwe69_SECRETKEYBYTES'
try.cpp: #define crypto_sign_SECRETKEYBYTES crypto_sign_fslwe69_SECRETKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:55:18: note: in expansion of macro 'crypto_sign_SECRETKEYBYTES'
try.cpp: if (alloclen < crypto_sign_SECRETKEYBYTES) alloclen = crypto_sign_SECRETKEYBYTES;
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign_fslwe69.h:19:69: error: 'BYTES_HASHFUNCTION' was not declared in this scope
try.cpp: #define crypto_sign_fslwe69_ref_SECRETKEYBYTES (BYTES_PRIMENUMBER + BYTES_HASHFUNCTION + BYTES_SECRETKEY)
try.cpp: ^
try.cpp: crypto_sign_fslwe69.h:41:44: note: in expansion of macro 'crypto_sign_fslwe69_ref_SECRETKEYBYTES'
try.cpp: #define crypto_sign_fslwe69_SECRETKEYBYTES crypto_sign_fslwe69_ref_SECRETKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign.h:10:36: note: in expansion of macro 'crypto_sign_fslwe69_SECRETKEYBYTES'
try.cpp: #define crypto_sign_SECRETKEYBYTES crypto_sign_fslwe69_SECRETKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:55:18: note: in expansion of macro 'crypto_sign_SECRETKEYBYTES'
try.cpp: if (alloclen < crypto_sign_SECRETKEYBYTES) alloclen = crypto_sign_SECRETKEYBYTES;
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign_fslwe69.h:19:90: error: 'BYTES_SECRETKEY' was not declared in this scope
try.cpp: #define crypto_sign_fslwe69_ref_SECRETKEYBYTES (BYTES_PRIMENUMBER + BYTES_HASHFUNCTION + BYTES_SECRETKEY)
try.cpp: ^
try.cpp: crypto_sign_fslwe69.h:41:44: note: in expansion of macro 'crypto_sign_fslwe69_ref_SECRETKEYBYTES'
try.cpp: #define crypto_sign_fslwe69_SECRETKEYBYTES crypto_sign_fslwe69_ref_SECRETKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign.h:10:36: note: in expansion of macro 'crypto_sign_fslwe69_SECRETKEYBYTES'
try.cpp: #define crypto_sign_SECRETKEYBYTES crypto_sign_fslwe69_SECRETKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:55:18: note: in expansion of macro 'crypto_sign_SECRETKEYBYTES'
try.cpp: if (alloclen < crypto_sign_SECRETKEYBYTES) alloclen = crypto_sign_SECRETKEYBYTES;
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp: In function 'void test()':
try.cpp: crypto_sign_fslwe69.h:21:49: error: 'BYTES_PRIMENUMBER' was not declared in this scope
try.cpp: #define crypto_sign_fslwe69_ref_PUBLICKEYBYTES (BYTES_PRIMENUMBER + BYTES_HASHFUNCTION + BYTES_PUBLICKEY)
try.cpp: ^
try.cpp: crypto_sign_fslwe69.h:42:44: note: in expansion of macro 'crypto_sign_fslwe69_ref_PUBLICKEYBYTES'
try.cpp: #define crypto_sign_fslwe69_PUBLICKEYBYTES crypto_sign_fslwe69_ref_PUBLICKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign.h:11:36: note: in expansion of macro 'crypto_sign_fslwe69_PUBLICKEYBYTES'
try.cpp: #define crypto_sign_PUBLICKEYBYTES crypto_sign_fslwe69_PUBLICKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:36:14: note: in expansion of macro 'crypto_sign_PUBLICKEYBYTES'
try.cpp: #define plen crypto_sign_PUBLICKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:89:25: note: in expansion of macro 'plen'
try.cpp: output_prepare(p2,p,plen);
try.cpp: ^~~~
try.cpp: crypto_sign_fslwe69.h:21:69: error: 'BYTES_HASHFUNCTION' was not declared in this scope
try.cpp: #define crypto_sign_fslwe69_ref_PUBLICKEYBYTES (BYTES_PRIMENUMBER + BYTES_HASHFUNCTION + BYTES_PUBLICKEY)
try.cpp: ^
try.cpp: crypto_sign_fslwe69.h:42:44: note: in expansion of macro 'crypto_sign_fslwe69_ref_PUBLICKEYBYTES'
try.cpp: #define crypto_sign_fslwe69_PUBLICKEYBYTES crypto_sign_fslwe69_ref_PUBLICKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign.h:11:36: note: in expansion of macro 'crypto_sign_fslwe69_PUBLICKEYBYTES'
try.cpp: #define crypto_sign_PUBLICKEYBYTES crypto_sign_fslwe69_PUBLICKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:36:14: note: in expansion of macro 'crypto_sign_PUBLICKEYBYTES'
try.cpp: #define plen crypto_sign_PUBLICKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:89:25: note: in expansion of macro 'plen'
try.cpp: output_prepare(p2,p,plen);
try.cpp: ^~~~
try.cpp: crypto_sign_fslwe69.h:21:90: error: 'BYTES_PUBLICKEY' was not declared in this scope
try.cpp: #define crypto_sign_fslwe69_ref_PUBLICKEYBYTES (BYTES_PRIMENUMBER + BYTES_HASHFUNCTION + BYTES_PUBLICKEY)
try.cpp: ^
try.cpp: crypto_sign_fslwe69.h:42:44: note: in expansion of macro 'crypto_sign_fslwe69_ref_PUBLICKEYBYTES'
try.cpp: #define crypto_sign_fslwe69_PUBLICKEYBYTES crypto_sign_fslwe69_ref_PUBLICKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign.h:11:36: note: in expansion of macro 'crypto_sign_fslwe69_PUBLICKEYBYTES'
try.cpp: #define crypto_sign_PUBLICKEYBYTES crypto_sign_fslwe69_PUBLICKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:36:14: note: in expansion of macro 'crypto_sign_PUBLICKEYBYTES'
try.cpp: #define plen crypto_sign_PUBLICKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:89:25: note: in expansion of macro 'plen'
try.cpp: output_prepare(p2,p,plen);
try.cpp: ^~~~
try.cpp: crypto_sign_fslwe69.h:19:90: error: 'BYTES_SECRETKEY' was not declared in this scope
try.cpp: #define crypto_sign_fslwe69_ref_SECRETKEYBYTES (BYTES_PRIMENUMBER + BYTES_HASHFUNCTION + BYTES_SECRETKEY)
try.cpp: ^
try.cpp: crypto_sign_fslwe69.h:41:44: note: in expansion of macro 'crypto_sign_fslwe69_ref_SECRETKEYBYTES'
try.cpp: #define crypto_sign_fslwe69_SECRETKEYBYTES crypto_sign_fslwe69_ref_SECRETKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: crypto_sign.h:10:36: note: in expansion of macro 'crypto_sign_fslwe69_SECRETKEYBYTES'
try.cpp: #define crypto_sign_SECRETKEYBYTES crypto_sign_fslwe69_SECRETKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:37:14: note: in expansion of macro 'crypto_sign_SECRETKEYBYTES'
try.cpp: #define slen crypto_sign_SECRETKEYBYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:90:25: note: in expansion of macro 'slen'
try.cpp: output_prepare(s2,s,slen);
try.cpp: ^~~~
try.cpp: crypto_sign_fslwe69.h:23:40: error: 'BYTES_SIGNATUR_E' was not declared in this scope
try.cpp: #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: #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: #define crypto_sign_BYTES crypto_sign_fslwe69_BYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:97:19: note: in expansion of macro 'crypto_sign_BYTES'
try.cpp: clen = mlen + 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: #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: #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: #define crypto_sign_BYTES crypto_sign_fslwe69_BYTES
try.cpp: ^~~~~~~~~~~~~~~~~~~~~~~~~
try.cpp: try.cpp:97:19: note: in expansion of macro 'crypto_sign_BYTES'
try.cpp: clen = mlen + crypto_sign_BYTES;
try.cpp: ^~~~~~~~~~~~~~~~~

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
g++ -funroll-loops -march=native -mtune=native -O2 ref
g++ -funroll-loops -march=native -mtune=native -O3 ref
g++ -funroll-loops -march=native -mtune=native -Os ref
g++ -march=native -mtune=native -O2 ref
g++ -march=native -mtune=native -O3 ref
g++ -march=native -mtune=native -Os ref