Implementation notes: armeabi, bblack, crypto_sign/fslwe69

Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240425
Operation: crypto_sign
Primitive: fslwe69

Compiler output


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 <NTL/ZZ.h>
aux.cpp:          ^~~~~~~~~~
aux.cpp: 1 error generated.

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refclang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang++ -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang++ -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE

Compiler output


aux.cpp: In file included from aux.cpp:8:
aux.cpp: aux.h:5:10: fatal error: NTL/ZZ.h: No such file or directory
aux.cpp:  #include <NTL/ZZ.h>
aux.cpp:           ^~~~~~~~~~
aux.cpp: compilation terminated.

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refg++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0)
T:refg++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0)
T:refg++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (8.3.0)
T:refg++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE