Implementation notes: aarch64, a72, crypto_aead/aes128poetv1aes128

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: aes128poetv1aes128
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
237603? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100720170904
241793? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017100720170904
242632? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017100720170904
243360? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017100720170904
248803? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017100720170904
252355? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017100720170904

Compiler output

Implementation: crypto_aead/aes128poetv1aes128/ni
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
encrypt.c: In file included from encrypt.c:34:0:
encrypt.c: poet.h:4:10: fatal error: emmintrin.h: No such file or directory
encrypt.c: #include <emmintrin.h>
encrypt.c: ^~~~~~~~~~~~~
encrypt.c: compilation terminated.

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