Implementation notes: aarch64, a72, crypto_aead/aes128n12t8clocv3

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: aes128n12t8clocv3
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
152763? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100720170904
155353? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017100720170904
161951? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017100720170904
163526? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017100720170904
167180? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017100720170904
168706? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017100720170904

Compiler output

Implementation: crypto_aead/aes128n12t8clocv3/aesni
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
encrypt.c: encrypt.c:5:10: fatal error: xmmintrin.h: No such file or directory
encrypt.c: #include <xmmintrin.h> /* SSE instructions and _mm_malloc */
encrypt.c: ^~~~~~~~~~~~~
encrypt.c: compilation terminated.

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