Implementation notes: aarch64, a72, crypto_dh/claus

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_dh
Primitive: claus
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
15030683? ? ?? ? ?gmpg++_-funroll-loops_-march=native_-mtune=native_-O32017101020170904
15036602? ? ?? ? ?gmpg++_-march=native_-mtune=native_-Os2017101020170904
15038274? ? ?? ? ?gmpg++_-march=native_-mtune=native_-O22017101020170904
15051351? ? ?? ? ?gmpg++_-march=native_-mtune=native_-O32017101020170904
15056695? ? ?? ? ?gmpg++_-funroll-loops_-march=native_-mtune=native_-Os2017101020170904
15056924? ? ?? ? ?gmpg++_-funroll-loops_-march=native_-mtune=native_-O22017101020170904
15317977? ? ?? ? ?ntlg++_-funroll-loops_-march=native_-mtune=native_-Os2017101020170904
15318126? ? ?? ? ?ntlg++_-funroll-loops_-march=native_-mtune=native_-O32017101020170904
15326220? ? ?? ? ?ntlg++_-march=native_-mtune=native_-O32017101020170904
15338965? ? ?? ? ?ntlg++_-march=native_-mtune=native_-Os2017101020170904
15347577? ? ?? ? ?ntlg++_-march=native_-mtune=native_-O22017101020170904
15358545? ? ?? ? ?ntlg++_-funroll-loops_-march=native_-mtune=native_-O22017101020170904
39959738? ? ?? ? ?cryptoppg++_-funroll-loops_-march=native_-mtune=native_-O22017101020170904
39974531? ? ?? ? ?cryptoppg++_-funroll-loops_-march=native_-mtune=native_-Os2017101020170904
39976046? ? ?? ? ?cryptoppg++_-march=native_-mtune=native_-O32017101020170904
39977149? ? ?? ? ?cryptoppg++_-march=native_-mtune=native_-Os2017101020170904
39987809? ? ?? ? ?cryptoppg++_-march=native_-mtune=native_-O22017101020170904
40018864? ? ?? ? ?cryptoppg++_-funroll-loops_-march=native_-mtune=native_-O32017101020170904

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