Implementation notes: aarch64, a72, crypto_aead/aes128gcmv1

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: aes128gcmv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
10499? ? ?? ? ?dolbeau/armv8cryptogcc_-funroll-loops_-march=native_-mtune=native_-O32017100720170904
10576? ? ?? ? ?dolbeau/armv8cryptogcc_-march=native_-mtune=native_-O32017100720170904
10640? ? ?? ? ?dolbeau/armv8cryptogcc_-march=native_-mtune=native_-O22017100720170904
10756? ? ?? ? ?dolbeau/armv8cryptogcc_-funroll-loops_-march=native_-mtune=native_-O22017100720170904
13261? ? ?? ? ?dolbeau/armv8cryptogcc_-funroll-loops_-march=native_-mtune=native_-Os2017100720170904
13324? ? ?? ? ?dolbeau/armv8cryptogcc_-march=native_-mtune=native_-Os2017100720170904
2690490? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017100720170904
2817701? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017100720170904
14558510? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017100720170904
19131974? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017100720170904
21157888? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017100720170904
21162395? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100720170904

Compiler output

Implementation: crypto_aead/aes128gcmv1/openssl
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
decrypt.c: decrypt.c: In function 'crypto_aead_aes128gcmv1_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