Implementation notes: armeabi, cubox, crypto_aead/hs1sivlov2

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: hs1sivlov2
TimeImplementationCompilerBenchmark dateSUPERCOP version
51229fastergcc -funroll-loops -mcpu=marvell-pj4 -O32016121120161026
53152fastergcc -mcpu=marvell-pj4 -O22016121120161026
54044fastergcc -funroll-loops -mcpu=marvell-pj4 -O22016121120161026
57256fastergcc -mcpu=marvell-pj4 -O32016121120161026
58472fastergcc -funroll-loops -mcpu=marvell-pj4 -Os2016121120161026
58692fastergcc -mcpu=marvell-pj4 -Os2016121120161026
65618refgcc -funroll-loops -mcpu=marvell-pj4 -O32016121120161026
70656refgcc -mcpu=marvell-pj4 -O32016121120161026
81092refgcc -funroll-loops -mcpu=marvell-pj4 -O22016121120161026
110758refgcc -mcpu=marvell-pj4 -O22016121120161026
117560refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121120161026
118920refgcc -mcpu=marvell-pj4 -Os2016121120161026

Compiler output

Implementation: crypto_aead/hs1sivlov2/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