Implementation notes: armeabi, cubox, crypto_hash/echo256

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_hash
Primitive: echo256
TimeImplementationCompilerBenchmark dateSUPERCOP version
148976sphlibgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
149988sphlibgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
156983sphlibgcc -mcpu=marvell-pj4 -O32016120820161026
157801sphlibgcc -mcpu=marvell-pj4 -O22016120820161026
169913sphlib-smallgcc -mcpu=marvell-pj4 -O32016120820161026
170353sphlib-smallgcc -mcpu=marvell-pj4 -O22016120820161026
172769sphlib-smallgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
174433generic/opt32gcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
174525sphlib-smallgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
177831generic/opt32gcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
180938generic/opt32gcc -mcpu=marvell-pj4 -O32016120820161026
185393sphlibgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
186832generic/opt32gcc -mcpu=marvell-pj4 -O22016120820161026
189069generic/opt32gcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
204083sphlib-smallgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
207492powerpc/pp32cv2gcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
208632powerpc/pp32cv2gcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
214958sphlib-smallgcc -mcpu=marvell-pj4 -Os2016120820161026
217018powerpc/pp32cv2gcc -mcpu=marvell-pj4 -O32016120820161026
221861powerpc/pp32cv2gcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
236533generic/opt32gcc -mcpu=marvell-pj4 -Os2016120820161026
239267powerpc/pp32cv2gcc -mcpu=marvell-pj4 -O22016120820161026
240513sphlibgcc -mcpu=marvell-pj4 -Os2016120820161026
246402powerpc/pp32cv2gcc -mcpu=marvell-pj4 -Os2016120820161026
280292powerpc/pp32cv1gcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
280989powerpc/pp32cv1gcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
287092powerpc/pp32cv1gcc -mcpu=marvell-pj4 -O32016120820161026
307620powerpc/pp32cv1gcc -mcpu=marvell-pj4 -O22016120820161026
308921powerpc/pp32cv1gcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
337745powerpc/pp32cv1gcc -mcpu=marvell-pj4 -Os2016120820161026
387269generic/opt64gcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
391877generic/opt64gcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
395814generic/opt64gcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
420919generic/opt64gcc -mcpu=marvell-pj4 -O32016120820161026
427766generic/opt64gcc -mcpu=marvell-pj4 -O22016120820161026
454977generic/opt64gcc -mcpu=marvell-pj4 -Os2016120820161026

Compiler output

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