Implementation notes: aarch64, a72, crypto_aead/aesjambuv1

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: aesjambuv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
180147? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100820170904
181616? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017100820170904
187968? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017100820170904
189289? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017100820170904
192094? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017100820170904
226816? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017100820170904

Compiler output

Implementation: crypto_aead/aesjambuv1/aesni
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
encrypt.c: encrypt.c:3:10: fatal error: immintrin.h: No such file or directory
encrypt.c: #include <immintrin.h>
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