Implementation notes: armeabi, cubox, crypto_aead/artemia128v12

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: artemia128v12
TimeImplementationCompilerBenchmark dateSUPERCOP version
3989272refgcc -funroll-loops -mcpu=marvell-pj4 -O22016121120161026
4049391refgcc -funroll-loops -mcpu=marvell-pj4 -O32016121120161026
4581341refgcc -mcpu=marvell-pj4 -O32016121120161026
6099250refgcc -mcpu=marvell-pj4 -O22016121120161026
6400893refgcc -mcpu=marvell-pj4 -Os2016121120161026
6410990refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121120161026

Compiler output

Implementation: crypto_aead/artemia128v12/ref
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
jhae_padding.c: jhae_padding.c: In function 'padding_message':
jhae_padding.c: jhae_padding.c:79:54: warning: right shift count >gt;= width of type [-Wshift-count-overflow]
jhae_padding.c: padded[order[i++]] = (unsigned char)((messageLen >gt;>gt; 56) & 0xFF);
jhae_padding.c: ^~
jhae_padding.c: jhae_padding.c:80:54: warning: right shift count >gt;= width of type [-Wshift-count-overflow]
jhae_padding.c: padded[order[i++]] = (unsigned char)((messageLen >gt;>gt; 48) & 0xFF);
jhae_padding.c: ^~
jhae_padding.c: jhae_padding.c:81:54: warning: right shift count >gt;= width of type [-Wshift-count-overflow]
jhae_padding.c: padded[order[i++]] = (unsigned char)((messageLen >gt;>gt; 40) & 0xFF);
jhae_padding.c: ^~
jhae_padding.c: jhae_padding.c:82:54: warning: right shift count >gt;= width of type [-Wshift-count-overflow]
jhae_padding.c: padded[order[i++]] = (unsigned char)((messageLen >gt;>gt; 32) & 0xFF);
jhae_padding.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