Implementation notes: aarch64, par3, crypto_aead/aes128n12t8clocv3

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: aes128n12t8clocv3
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
228171? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
228290? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
231207? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
232965? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017071920170718
232968? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017071920170718
347723? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017071920170718

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