Implementation notes: armeabi, cubox, crypto_aead/hs1sivv2

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: hs1sivv2
TimeImplementationCompilerBenchmark dateSUPERCOP version
91843fastergcc -funroll-loops -mcpu=marvell-pj4 -O32016121120161026
92593fastergcc -mcpu=marvell-pj4 -O32016121120161026
98602refgcc -funroll-loops -mcpu=marvell-pj4 -O32016121120161026
102079fastergcc -funroll-loops -mcpu=marvell-pj4 -O22016121120161026
106503refgcc -mcpu=marvell-pj4 -O32016121120161026
109957fastergcc -mcpu=marvell-pj4 -O22016121120161026
114863refgcc -funroll-loops -mcpu=marvell-pj4 -O22016121120161026
118268fastergcc -mcpu=marvell-pj4 -Os2016121120161026
118884fastergcc -funroll-loops -mcpu=marvell-pj4 -Os2016121120161026
143152refgcc -mcpu=marvell-pj4 -O22016121120161026
156194refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121120161026
157608refgcc -mcpu=marvell-pj4 -Os2016121120161026

Compiler output

Implementation: crypto_aead/hs1sivv2/faster
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
hs1.c: hs1.c: In function 'hs1siv_decrypt':
hs1.c: hs1.c:1033:30: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
hs1.c: unsigned char *tmp = malloc(abytes);
hs1.c: ^~~~~~
hs1.c: hs1.c:1033:30: warning: incompatible implicit declaration of built-in function 'malloc'
hs1.c: hs1.c:1033:30: note: include 'gt;' or provide a declaration of 'malloc'
hs1.c: hs1.c:1037:9: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
hs1.c: free(tmp);
hs1.c: ^~~~
hs1.c: hs1.c:1037:9: warning: incompatible implicit declaration of built-in function 'free'
hs1.c: hs1.c:1037:9: note: include 'gt;' or provide a declaration of 'free'

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -mcpu=marvell-pj4 -O2 faster
gcc -funroll-loops -mcpu=marvell-pj4 -O3 faster
gcc -funroll-loops -mcpu=marvell-pj4 -Os faster
gcc -mcpu=marvell-pj4 -O2 faster
gcc -mcpu=marvell-pj4 -O3 faster
gcc -mcpu=marvell-pj4 -Os faster