Implementation notes: armeabi, a15, crypto_aead/aezv3

Computer: a15
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: aezv3
TimeImplementationCompilerBenchmark dateSUPERCOP version
1834783refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121520161026
2384513refgcc -mcpu=native -mfpu=neon-vfpv4 -O22016121520161026
2535873refgcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121520161026
2612281refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121520161026

Compiler output

Implementation: crypto_aead/aezv3/aesni
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
aez_ni.c: aez_ni.c:37:23: fatal error: emmintrin.h: No such file or directory
aez_ni.c: #include gt;
aez_ni.c: ^
aez_ni.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2 aesni
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O3 aesni
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os aesni
gcc -mcpu=native -mfpu=neon-vfpv4 -O2 aesni
gcc -mcpu=native -mfpu=neon-vfpv4 -O3 aesni
gcc -mcpu=native -mfpu=neon-vfpv4 -Os aesni

Compiler output

Implementation: crypto_aead/aezv3/ref
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O3
aez_ref.c: aez_ref.c: In function 'AEZtiny':
aez_ref.c: aez_ref.c:384:1: internal compiler error: Segmentation fault
aez_ref.c: }
aez_ref.c: ^
aez_ref.c: Please submit a full bug report,
aez_ref.c: with preprocessed source if appropriate.
aez_ref.c: See gt; for instructions.

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O3 ref
gcc -mcpu=native -mfpu=neon-vfpv4 -O3 ref