Implementation notes: armeabi, cubie2, crypto_aead/enchilada128v1

Computer: cubie2
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: enchilada128v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
8548351refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O32016121820161026
8873158refgcc -mcpu=native -mfpu=neon-vfpv4 -O32016121820161026
36923875refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -O22016121820161026
48140048refgcc -mcpu=native -mfpu=neon-vfpv4 -O22016121820161026
48337136refgcc -funroll-loops -mcpu=native -mfpu=neon-vfpv4 -Os2016121820161026
48363136refgcc -mcpu=native -mfpu=neon-vfpv4 -Os2016121820161026

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