Implementation notes: aarch64, a53, crypto_sign/fslwe37

Computer: a53
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160731
Operation: crypto_sign
Primitive: fslwe37

Compiler output

Implementation: crypto_sign/fslwe37/ref
Compiler: clang++ -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
aux.cpp: In file included from aux.cpp:8:
aux.cpp: ./aux.h:5:10: fatal error: 'NTL/ZZ.h' file not found
aux.cpp: #include gt;
aux.cpp: ^
aux.cpp: 1 error generated.

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang++ -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments ref

Compiler output

Implementation: crypto_sign/fslwe37/ref
Compiler: g++ -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv
aux.cpp: In file included from aux.cpp:8:0:
aux.cpp: aux.h:5:20: fatal error: NTL/ZZ.h: No such file or directory
aux.cpp: #include gt;
aux.cpp: ^
aux.cpp: compilation terminated.

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
g++ -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv ref
g++ -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv ref
g++ -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv ref
g++ -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv ref