Implementation notes: aarch64, a72, crypto_aead/aes128n12t8silcv3

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: aes128n12t8silcv3
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
185218? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017100720170904
185590? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017100720170904
186354? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017100720170904
186741? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017100720170904
190184? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100720170904
191777? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017100720170904

Compiler output

Implementation: crypto_aead/aes128n12t8silcv3/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