Implementation notes: armeabi, cubox, crypto_hash/echosp512

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_hash
Primitive: echosp512
TimeImplementationCompilerBenchmark dateSUPERCOP version
217362generic/opt32gcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
220357generic/opt32gcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
224478generic/opt32gcc -mcpu=marvell-pj4 -O32016120820161026
229476generic/opt32gcc -mcpu=marvell-pj4 -O22016120820161026
232339generic/opt32gcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
255583powerpc/pp32cv2gcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
259424powerpc/pp32cv2gcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
263985powerpc/pp32cv2gcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
264788powerpc/pp32cv2gcc -mcpu=marvell-pj4 -O32016120820161026
284463powerpc/pp32cv2gcc -mcpu=marvell-pj4 -O22016120820161026
292253generic/opt32gcc -mcpu=marvell-pj4 -Os2016120820161026
295923powerpc/pp32cv2gcc -mcpu=marvell-pj4 -Os2016120820161026
341797powerpc/pp32cv1gcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
347836powerpc/pp32cv1gcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
351928powerpc/pp32cv1gcc -mcpu=marvell-pj4 -O32016120820161026
372212powerpc/pp32cv1gcc -mcpu=marvell-pj4 -O22016120820161026
383544powerpc/pp32cv1gcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
407034powerpc/pp32cv1gcc -mcpu=marvell-pj4 -Os2016120820161026
482917generic/opt64gcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
484607generic/opt64gcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
488457generic/opt64gcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
517890generic/opt64gcc -mcpu=marvell-pj4 -O32016120820161026
531351generic/opt64gcc -mcpu=marvell-pj4 -O22016120820161026
560800generic/opt64gcc -mcpu=marvell-pj4 -Os2016120820161026

Compiler output

Implementation: crypto_hash/echosp512/generic/opt32
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
echo32.c: echo32.c: In function 'PrintState':
echo32.c: echo32.c:37:4: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
echo32.c: printf ("row %d,col %d :",i,j);
echo32.c: ^~~~~~
echo32.c: echo32.c:37:4: warning: incompatible implicit declaration of built-in function 'printf'
echo32.c: echo32.c:37:4: note: include 'gt;' or provide a declaration of 'printf'
echo32.c: echo32.c:47:2: warning: incompatible implicit declaration of built-in function 'printf'
echo32.c: printf("-----------------------------------n");
echo32.c: ^~~~~~
echo32.c: echo32.c:47:2: note: include 'gt;' or provide a declaration of 'printf'

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

Compiler output

Implementation: crypto_hash/echosp512/generic/opt64
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
echo64.c: echo64.c: In function 'crypto_hash_echosp512_generic_opt64':
echo64.c: echo64.c:555:29: warning: passing argument 2 of 'Hash' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
echo64.c: if (Hash(CRYPTO_BYTES * 8,in,inlen * 8,out) == SUCCESS) return 0;
echo64.c: ^~
echo64.c: echo64.c:542:12: note: expected 'BitSequence * {aka unsigned char *}' but argument is of type 'const unsigned char *'
echo64.c: HashReturn Hash(int hashbitlen, BitSequence *data, DataLength databitlen, BitSequence *hashval)
echo64.c: ^~~~

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