Implementation notes: armeabi, a15, crypto_aead/paeq160

Computer: a15
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: paeq160
TimeImplementationCompilerBenchmark dateSUPERCOP version
7537329refg++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121620161026
8190598refg++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121620161026
8341645refg++ -mcpu=native -mfpu=neon-vfpv4 -O32016121620161026
14842797refg++ -mcpu=native -mfpu=neon-vfpv4 -O22016121620161026
15759374refg++ -mcpu=native -mfpu=neon-vfpv4 -Os2016121620161026
16388369refg++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121620161026

Compiler output

Implementation: crypto_aead/paeq160/aesni
Compiler: g++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
encrypt.cpp: encrypt.cpp:13:23: 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 -mcpu=native -mfpu=neon-vfpv4 -O2 aesni
g++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O3 aesni
g++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os aesni
g++ -mcpu=native -mfpu=neon-vfpv4 -O2 aesni
g++ -mcpu=native -mfpu=neon-vfpv4 -O3 aesni
g++ -mcpu=native -mfpu=neon-vfpv4 -Os aesni