Implementation notes: armeabi, cubox, crypto_hash/mgrostl256

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_hash
Primitive: mgrostl256
TimeImplementationCompilerBenchmark dateSUPERCOP version
178502opt-32gcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
178932opt-32gcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
185065opt-32gcc -mcpu=marvell-pj4 -O32016121020161026
187752opt-32gcc -mcpu=marvell-pj4 -O22016121020161026
296716opt-32gcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
299832opt-32gcc -mcpu=marvell-pj4 -Os2016121020161026
343738opt-64gcc -mcpu=marvell-pj4 -Os2016121020161026
353920opt-64gcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
413080opt-64gcc -mcpu=marvell-pj4 -O22016121020161026
584954opt-64gcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
593882opt-64gcc -mcpu=marvell-pj4 -O32016121020161026
610242opt-64gcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
4844775refgcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
4886724refgcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
4979126refgcc -mcpu=marvell-pj4 -O32016121020161026
5054032refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
5118279refgcc -mcpu=marvell-pj4 -Os2016121020161026
5308014refgcc -mcpu=marvell-pj4 -O22016121020161026

Compiler output

Implementation: crypto_hash/mgrostl256/opt-64
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
hash.c: hash.c:242:14: warning: 'inP' is static but declared in inline function 'F1024' which is not static
hash.c: static u64 inP[COLS1024] __attribute__((aligned(16)));
hash.c: ^~~
hash.c: hash.c:241:14: warning: 'outQ' is static but declared in inline function 'F1024' which is not static
hash.c: static u64 outQ[COLS1024] __attribute__((aligned(16)));
hash.c: ^~~~
hash.c: hash.c:240:14: warning: 'z' is static but declared in inline function 'F1024' which is not static
hash.c: static u64 z[COLS1024] __attribute__((aligned(16)));
hash.c: ^
hash.c: hash.c:239:14: warning: 'y' is static but declared in inline function 'F1024' which is not static
hash.c: static u64 y[COLS1024] __attribute__((aligned(16)));
hash.c: ^

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