Implementation notes: amd64, sliver, crypto_sign/fslwe69

Computer: sliver
Architecture: amd64
CPU ID: GenuineIntel-00040651-bfebfbff
SUPERCOP version: 20160731
Operation: crypto_sign
Primitive: fslwe69

Compiler output

Implementation: crypto_sign/fslwe69/ref
Compiler: clang++ -march=native -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++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments ref

Compiler output

Implementation: crypto_sign/fslwe69/ref
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
aux.cpp: In file included from aux.cpp:8:
aux.cpp: aux.h:5:20: error: NTL/ZZ.h: No such file or directory
aux.cpp: aux.h:6:23: error: NTL/ZZ_pE.h: No such file or directory
aux.cpp: In file included from aux.cpp:8:
aux.cpp: aux.h:14: error: 'NTL' has not been declared
aux.cpp: aux.h:14: error: expected primary-expression before 'int'
aux.cpp: aux.h:14: error: initializer expression list treated as compound expression
aux.cpp: aux.h:23: error: 'NTL' has not been declared
aux.cpp: aux.h:23: error: expected constructor, destructor, or type conversion before 'ZZ_binomial'
aux.cpp: aux.h:33: error: 'NTL' has not been declared
aux.cpp: aux.h:33: error: 'polynomial_array1' was not declared in this scope
aux.cpp: aux.h:33: error: 'NTL' has not been declared
aux.cpp: aux.h:33: error: 'polynomial_array2' was not declared in this scope
aux.cpp: aux.h:33: error: expected primary-expression before 'int'
aux.cpp: aux.h:33: error: initializer expression list treated as compound expression
aux.cpp: aux.h:47: error: 'NTL' has not been declared
aux.cpp: aux.h:47: error: expected constructor, destructor, or type conversion before 'Linf_norm_ZZ_pE'
aux.cpp: aux.h:54: error: 'NTL' has not been declared
aux.cpp: aux.h:54: error: expected constructor, destructor, or type conversion before 'Linf_norm_ZZ_pX'
aux.cpp: aux.h:62: error: 'NTL' has not been declared
aux.cpp: aux.h:62: error: expected constructor, destructor, or type conversion before 'L1_norm_ZZ_pE'
aux.cpp: aux.h:70: error: 'NTL' has not been declared
aux.cpp: aux.h:70: error: expected constructor, destructor, or type conversion before 'L1_norm_ZZ_pX'
aux.cpp: aux.h:79: error: 'NTL' has not been declared
aux.cpp: aux.h:79: error: expected constructor, destructor, or type conversion before 'count_elements_with_L1'
aux.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