Implementation notes: aarch64, a72, crypto_aead/aes256gcmv1

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: aes256gcmv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
11336? ? ?? ? ?dolbeau/armv8cryptogcc_-funroll-loops_-march=native_-mtune=native_-O32017100820170904
11551? ? ?? ? ?dolbeau/armv8cryptogcc_-march=native_-mtune=native_-O32017100820170904
11682? ? ?? ? ?dolbeau/armv8cryptogcc_-funroll-loops_-march=native_-mtune=native_-O22017100820170904
11825? ? ?? ? ?dolbeau/armv8cryptogcc_-march=native_-mtune=native_-O22017100820170904
14334? ? ?? ? ?dolbeau/armv8cryptogcc_-march=native_-mtune=native_-Os2017100820170904
14444? ? ?? ? ?dolbeau/armv8cryptogcc_-funroll-loops_-march=native_-mtune=native_-Os2017100820170904
131842? ? ?? ? ?cryptoppg++_-funroll-loops_-march=native_-mtune=native_-O22017100820170904
131867? ? ?? ? ?cryptoppg++_-funroll-loops_-march=native_-mtune=native_-O32017100820170904
139899? ? ?? ? ?cryptoppg++_-march=native_-mtune=native_-O32017100820170904
140858? ? ?? ? ?cryptoppg++_-march=native_-mtune=native_-O22017100820170904
143601? ? ?? ? ?cryptoppg++_-march=native_-mtune=native_-Os2017100820170904
149625? ? ?? ? ?cryptoppg++_-funroll-loops_-march=native_-mtune=native_-Os2017100820170904
2723763? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017100820170904
2864274? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017100820170904
14574463? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017100820170904
19149907? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017100820170904
21177481? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017100820170904
21179113? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100820170904

Compiler output

Implementation: crypto_aead/aes256gcmv1/openssl
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
decrypt.c: decrypt.c: In function 'crypto_aead_aes256gcmv1_openssl_decrypt':
decrypt.c: decrypt.c:13:18: error: storage size of 'x' isn't known
decrypt.c: EVP_CIPHER_CTX x;
decrypt.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