Implementation notes: amd64, utrecht, crypto_sign/fslwe47

Computer: utrecht
Architecture: amd64
CPU ID: GenuineIntel-000006fb-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_sign
Primitive: fslwe47

Compiler output

Implementation: crypto_sign/fslwe47/ref
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
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_fslwe47.h:23:40: error: 'BYTES_SIGNATUR_E' was not declared in this scope
try.cpp: #define crypto_sign_fslwe47_ref_BYTES (BYTES_SIGNATUR_E + BYTES_SIGNATUR_Z)
try.cpp: ^
try.cpp: crypto_sign_fslwe47.h:40:35: note: in expansion of macro 'crypto_sign_fslwe47_ref_BYTES'
try.cpp: #define crypto_sign_fslwe47_BYTES crypto_sign_fslwe47_ref_BYTES
try.cpp: ^
try.cpp: crypto_sign.h:9:27: note: in expansion of macro 'crypto_sign_fslwe47_BYTES'
try.cpp: #define crypto_sign_BYTES crypto_sign_fslwe47_BYTES
try.cpp: ^
try.cpp: try.cpp:53:34: note: in expansion of macro 'crypto_sign_BYTES'
try.cpp: if (alloclen try.cpp: ^
try.cpp: crypto_sign_fslwe47.h:23:59: error: 'BYTES_SIGNATUR_Z' was not declared in this scope
try.cpp: #define crypto_sign_fslwe47_ref_BYTES (BYTES_SIGNATUR_E + BYTES_SIGNATUR_Z)
try.cpp: ^
try.cpp: crypto_sign_fslwe47.h:40:35: note: in expansion of macro 'crypto_sign_fslwe47_ref_BYTES'
try.cpp: #define crypto_sign_fslwe47_BYTES crypto_sign_fslwe47_ref_BYTES
try.cpp: ^
try.cpp: crypto_sign.h:9:27: note: in expansion of macro 'crypto_sign_fslwe47_BYTES'
try.cpp: #define crypto_sign_BYTES crypto_sign_fslwe47_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 ref
g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv ref
g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv ref
g++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv ref