Implementation notes: aarch64, a53, crypto_dh/sclaus1024

Computer: a53
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160731
Operation: crypto_dh
Primitive: sclaus1024
TimeImplementationCompilerBenchmark dateSUPERCOP version
6416415cryptoppg++ -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv2016080220160731
8187885cryptoppg++ -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv2016080220160731
8346400cryptoppg++ -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv2016080220160731
10742400cryptoppg++ -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv2016080220160731
10836000cryptoppclang++ -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016080220160731

Compiler output

Implementation: crypto_dh/sclaus1024/gmp
Compiler: clang++ -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
keypair.cpp: keypair.cpp:1:10: fatal error: 'gmpxx.h' file not found
keypair.cpp: #include gt;
keypair.cpp: ^
keypair.cpp: 1 error generated.

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

Compiler output

Implementation: crypto_dh/sclaus1024/gmp
Compiler: g++ -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv
keypair.cpp: keypair.cpp:1:19: fatal error: gmpxx.h: No such file or directory
keypair.cpp: #include gt;
keypair.cpp: ^
keypair.cpp: compilation terminated.

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