Implementation notes: aarch64, a72, crypto_aead/aesjambuv2

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: aesjambuv2

Test failure

Implementation: crypto_aead/aesjambuv2/ref
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
error 111
crypto_aead_decrypt returns nonzero

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

Compiler output

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