Implementation notes: armeabi, cubox, crypto_aead/enchilada128v1

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: enchilada128v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
15231814refgcc -funroll-loops -mcpu=marvell-pj4 -O32016121120161026
16824528refgcc -mcpu=marvell-pj4 -O32016121120161026
37867205refgcc -funroll-loops -mcpu=marvell-pj4 -O22016121120161026
48091086refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121120161026
48344392refgcc -mcpu=marvell-pj4 -Os2016121120161026
50939086refgcc -mcpu=marvell-pj4 -O22016121120161026

Compiler output

Implementation: crypto_aead/enchilada128v1/ref
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -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=marvell-pj4 -O2 ref
gcc -funroll-loops -mcpu=marvell-pj4 -O3 ref
gcc -funroll-loops -mcpu=marvell-pj4 -Os ref
gcc -mcpu=marvell-pj4 -O2 ref
gcc -mcpu=marvell-pj4 -O3 ref
gcc -mcpu=marvell-pj4 -Os ref