Implementation notes: aarch64, par3, crypto_aead/aesjambuv1

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: aesjambuv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
259412? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017072020170718
260292? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017072020170718
260700? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017072020170718
269190? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017072020170718
276067? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017072020170718
407639? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017072020170718

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