Implementation notes: armeabi, cubox, crypto_hash/echo512

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_hash
Primitive: echo512
TimeImplementationCompilerBenchmark dateSUPERCOP version
267098sphlibgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
268528sphlibgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
281213sphlibgcc -mcpu=marvell-pj4 -O32016120820161026
281677sphlibgcc -mcpu=marvell-pj4 -O22016120820161026
303395sphlib-smallgcc -mcpu=marvell-pj4 -O32016120820161026
304684sphlib-smallgcc -mcpu=marvell-pj4 -O22016120820161026
309812sphlib-smallgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
309921generic/opt32gcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
312754sphlib-smallgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
312860generic/opt32gcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
321840generic/opt32gcc -mcpu=marvell-pj4 -O32016120820161026
326732generic/opt32gcc -mcpu=marvell-pj4 -O22016120820161026
333139sphlibgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
333391generic/opt32gcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
364509powerpc/pp32cv2gcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
366052sphlib-smallgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
367123powerpc/pp32cv2gcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
377171powerpc/pp32cv2gcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
379764powerpc/pp32cv2gcc -mcpu=marvell-pj4 -O32016120820161026
385816sphlib-smallgcc -mcpu=marvell-pj4 -Os2016120820161026
409291powerpc/pp32cv2gcc -mcpu=marvell-pj4 -O22016120820161026
418816generic/opt32gcc -mcpu=marvell-pj4 -Os2016120820161026
422964powerpc/pp32cv2gcc -mcpu=marvell-pj4 -Os2016120820161026
431297sphlibgcc -mcpu=marvell-pj4 -Os2016120820161026
496641powerpc/pp32cv1gcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
497682powerpc/pp32cv1gcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
507220powerpc/pp32cv1gcc -mcpu=marvell-pj4 -O32016120820161026
534276powerpc/pp32cv1gcc -mcpu=marvell-pj4 -O22016120820161026
536041powerpc/pp32cv1gcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
586131powerpc/pp32cv1gcc -mcpu=marvell-pj4 -Os2016120820161026
697783generic/opt64gcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
707041generic/opt64gcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
717935generic/opt64gcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
765370generic/opt64gcc -mcpu=marvell-pj4 -O22016120820161026
767730generic/opt64gcc -mcpu=marvell-pj4 -O32016120820161026
822641generic/opt64gcc -mcpu=marvell-pj4 -Os2016120820161026

Compiler output

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

Compiler output

Implementation: crypto_hash/echo512/ccalik/bitsliced
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
hash.c: hash.c:18:23: fatal error: tmmintrin.h: No such file or directory
hash.c: #include gt;
hash.c: ^
hash.c: compilation terminated.

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