Implementation notes: aarch64, par3, crypto_dh/claus

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_dh
Primitive: claus
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
25499062? ? ?? ? ?gmpg++_-march=native_-mtune=native_-O32017072020170718
25528522? ? ?? ? ?gmpg++_-march=native_-mtune=native_-Os2017072020170718
25538974? ? ?? ? ?gmpg++_-funroll-loops_-march=native_-mtune=native_-O22017072020170718
25634462? ? ?? ? ?gmpg++_-funroll-loops_-march=native_-mtune=native_-Os2017072020170718
26028691? ? ?? ? ?gmpg++_-march=native_-mtune=native_-O22017072020170718
26820815? ? ?? ? ?gmpg++_-funroll-loops_-march=native_-mtune=native_-O32017072020170718
51191630? ? ?? ? ?cryptoppg++_-funroll-loops_-march=native_-mtune=native_-Os2017072020170718
51218566? ? ?? ? ?cryptoppg++_-march=native_-mtune=native_-O22017072020170718
51259798? ? ?? ? ?cryptoppg++_-funroll-loops_-march=native_-mtune=native_-O22017072020170718
51524086? ? ?? ? ?cryptoppg++_-march=native_-mtune=native_-Os2017072020170718
52095351? ? ?? ? ?cryptoppg++_-funroll-loops_-march=native_-mtune=native_-O32017072020170718
54340125? ? ?? ? ?cryptoppg++_-march=native_-mtune=native_-O32017072020170718

Compiler output

Implementation: crypto_dh/claus/ntl
Compiler: g++ -funroll-loops -march=native -mtune=native -O2
keypair.cpp: keypair.cpp:1:10: fatal error: NTL/ZZ.h: No such file or directory
keypair.cpp: #include <NTL/ZZ.h>
keypair.cpp: ^~~~~~~~~~
keypair.cpp: compilation terminated.

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
g++ -funroll-loops -march=native -mtune=native -O2 ntl
g++ -funroll-loops -march=native -mtune=native -O3 ntl
g++ -funroll-loops -march=native -mtune=native -Os ntl
g++ -march=native -mtune=native -O2 ntl
g++ -march=native -mtune=native -O3 ntl
g++ -march=native -mtune=native -Os ntl

Compiler output

Implementation: crypto_dh/claus/openssl
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
keypair.c: keypair.c: In function 'crypto_dh_claus_openssl_keypair':
keypair.c: keypair.c:25:5: error: dereferencing pointer to incomplete type 'DH {aka struct dh_st}'
keypair.c: dh->p = BN_new(); if (!dh->p) goto error;
keypair.c: ^~

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=native -O2 openssl
gcc -funroll-loops -march=native -mtune=native -O3 openssl
gcc -funroll-loops -march=native -mtune=native -Os openssl
gcc -march=native -mtune=native -O2 openssl
gcc -march=native -mtune=native -O3 openssl
gcc -march=native -mtune=native -Os openssl