Implementation notes: aarch64, a72, crypto_aead/paeq80

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: paeq80
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
4441460? ? ?? ? ?refg++_-funroll-loops_-march=native_-mtune=native_-O32017101020170904
4577300? ? ?? ? ?refg++_-funroll-loops_-march=native_-mtune=native_-O22017101020170904
5123412? ? ?? ? ?refg++_-march=native_-mtune=native_-O32017101020170904
10834018? ? ?? ? ?refg++_-march=native_-mtune=native_-O22017101020170904
16293468? ? ?? ? ?refg++_-funroll-loops_-march=native_-mtune=native_-Os2017101020170904
16384966? ? ?? ? ?refg++_-march=native_-mtune=native_-Os2017101020170904

Compiler output

Implementation: crypto_aead/paeq80/aesni
Compiler: g++ -funroll-loops -march=native -mtune=native -O2
encrypt.cpp: encrypt.cpp:13:10: fatal error: wmmintrin.h: No such file or directory
encrypt.cpp: #include "wmmintrin.h"
encrypt.cpp: ^~~~~~~~~~~~~
encrypt.cpp: compilation terminated.

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