Implementation notes: armeabi, cubie2, crypto_aead/paeq128t

Computer: cubie2
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: paeq128t
TimeImplementationCompilerBenchmark dateSUPERCOP version
9811498refg++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016122320161026
10261648refg++ -mcpu=native -mfpu=neon-vfpv4 -O32016122320161026
10450746refg++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016122320161026
19232913refg++ -mcpu=native -mfpu=neon-vfpv4 -O22016122320161026
20865050refg++ -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016122320161026
24034245refg++ -mcpu=native -mfpu=neon-vfpv4 -Os2016122320161026

Compiler output

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