Implementation notes: aarch64, a72, crypto_aead/paeq160

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: paeq160
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
5634880? ? ?? ? ?refg++_-funroll-loops_-march=native_-mtune=native_-O22017101020170904
5693739? ? ?? ? ?refg++_-funroll-loops_-march=native_-mtune=native_-O32017101020170904
6478179? ? ?? ? ?refg++_-march=native_-mtune=native_-O32017101020170904
13023054? ? ?? ? ?refg++_-march=native_-mtune=native_-O22017101020170904
18389111? ? ?? ? ?refg++_-march=native_-mtune=native_-Os2017101020170904
18473562? ? ?? ? ?refg++_-funroll-loops_-march=native_-mtune=native_-Os2017101020170904

Compiler output

Implementation: crypto_aead/paeq160/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