Implementation notes: aarch64, a72, crypto_aead/paeq64

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: paeq64
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
4261455? ? ?? ? ?refg++_-funroll-loops_-march=native_-mtune=native_-O22017101020170904
4286630? ? ?? ? ?refg++_-funroll-loops_-march=native_-mtune=native_-O32017101020170904
4938027? ? ?? ? ?refg++_-march=native_-mtune=native_-O32017101020170904
10562267? ? ?? ? ?refg++_-march=native_-mtune=native_-O22017101020170904
16005273? ? ?? ? ?refg++_-march=native_-mtune=native_-Os2017101020170904
16053311? ? ?? ? ?refg++_-funroll-loops_-march=native_-mtune=native_-Os2017101020170904

Compiler output

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