Implementation notes: armeabi, c1, crypto_aead/enchilada128v1

Computer: c1
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: enchilada128v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
12949813refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
13116135refgcc -mcpu=native -mfpu=neon-vfpv4 -O32016121020161026
39279368refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
50055916refgcc -mcpu=native -mfpu=neon-vfpv4 -O22016121020161026
55307129refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026
55328503refgcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121020161026

Compiler output

Implementation: crypto_aead/enchilada128v1/ref
Compiler: gcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O2
aes.c: aes.c: In function 'aes_encrypt':
aes.c: aes.c:389:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
aes.c: keys = rk ;
aes.c: ^
aes.c: aes.c: In function 'aes_decrypt':
aes.c: aes.c:407:7: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
aes.c: keys = rk ;
aes.c: ^

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