Implementation notes: armeabi, cubox, crypto_hash/echosp256

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_hash
Primitive: echosp256
TimeImplementationCompilerBenchmark dateSUPERCOP version
137705generic/opt32gcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
139995generic/opt32gcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
142606generic/opt32gcc -mcpu=marvell-pj4 -O32016120820161026
147201generic/opt32gcc -mcpu=marvell-pj4 -O22016120820161026
148469generic/opt32gcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
162168powerpc/pp32cv2gcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
163127powerpc/pp32cv2gcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
170019powerpc/pp32cv2gcc -mcpu=marvell-pj4 -O32016120820161026
173652powerpc/pp32cv2gcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
185801generic/opt32gcc -mcpu=marvell-pj4 -Os2016120820161026
186540powerpc/pp32cv2gcc -mcpu=marvell-pj4 -O22016120820161026
192874powerpc/pp32cv2gcc -mcpu=marvell-pj4 -Os2016120820161026
216647powerpc/pp32cv1gcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
220533powerpc/pp32cv1gcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
224252powerpc/pp32cv1gcc -mcpu=marvell-pj4 -O32016120820161026
241119powerpc/pp32cv1gcc -mcpu=marvell-pj4 -O22016120820161026
247664powerpc/pp32cv1gcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
262685powerpc/pp32cv1gcc -mcpu=marvell-pj4 -Os2016120820161026
303251generic/opt64gcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
304524generic/opt64gcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
307402generic/opt64gcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
325077generic/opt64gcc -mcpu=marvell-pj4 -O32016120820161026
335638generic/opt64gcc -mcpu=marvell-pj4 -O22016120820161026
351972generic/opt64gcc -mcpu=marvell-pj4 -Os2016120820161026

Compiler output

Implementation: crypto_hash/echosp256/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/echosp256/generic/opt64
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
echo64.c: echo64.c: In function 'crypto_hash_echosp256_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