Implementation notes: aarch64, a53, crypto_dh/claus

Computer: a53
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160731
Operation: crypto_dh
Primitive: claus
TimeImplementationCompilerBenchmark dateSUPERCOP version
35549685opensslclang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016080220160731
36251955opensslgcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv2016080220160731
37610400opensslgcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv2016080220160731
40137525cryptoppg++ -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv2016080220160731
44428000opensslgcc -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv2016080220160731
44862660cryptoppg++ -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv2016080220160731
52248800opensslgcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv2016080220160731
53798400cryptoppg++ -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv2016080220160731
53808000cryptoppg++ -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv2016080220160731
56140000cryptoppclang++ -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016080220160731

Compiler output

Implementation: crypto_dh/claus/ntl
Compiler: clang++ -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
keypair.cpp: keypair.cpp:1:10: fatal error: 'NTL/ZZ.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 ntl

Compiler output

Implementation: crypto_dh/claus/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/claus/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

Compiler output

Implementation: crypto_dh/claus/ntl
Compiler: g++ -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv
keypair.cpp: keypair.cpp:1:20: fatal error: NTL/ZZ.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 ntl
g++ -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv ntl
g++ -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv ntl
g++ -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv ntl