Implementation notes: armeabi, cubox, crypto_hash/simd256

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_hash
Primitive: simd256
TimeImplementationCompilerBenchmark dateSUPERCOP version
188051sphlibgcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
192120sphlibgcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
192352sphlibgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
202713sphlib-smallgcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
210376sphlib-smallgcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
211838sphlibgcc -mcpu=marvell-pj4 -O22016121020161026
212864sphlibgcc -mcpu=marvell-pj4 -O32016121020161026
218552sphlibgcc -mcpu=marvell-pj4 -Os2016121020161026
226992sphlib-smallgcc -mcpu=marvell-pj4 -O32016121020161026
228261optgcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
229904sphlib-smallgcc -mcpu=marvell-pj4 -O22016121020161026
231654optgcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
244949optgcc -mcpu=marvell-pj4 -O32016121020161026
266072sphlib-smallgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
292720sphlib-smallgcc -mcpu=marvell-pj4 -Os2016121020161026
297451optgcc -mcpu=marvell-pj4 -O22016121020161026
490375optgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
499458optgcc -mcpu=marvell-pj4 -Os2016121020161026
3216746refgcc -mcpu=marvell-pj4 -O32016121020161026
3337120refgcc -mcpu=marvell-pj4 -O22016121020161026
3343683refgcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
3447637refgcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
31957666refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
32145351refgcc -mcpu=marvell-pj4 -Os2016121020161026

Compiler output

Implementation: crypto_hash/simd256/vect128
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
vector.c: In file included from vector.c:5:0:
vector.c: vector.h:252:2: error: #error "I don't know how to vectorize on this architecture."
vector.c: #error "I don't know how to vectorize on this architecture."
vector.c: ^~~~~
vector.c: vector.h:344:25: error: array type has incomplete element type 'union cv'
vector.c: static const union cv FFT64_Twiddle[] = {
vector.c: ^~~~~~~~~~~~~
vector.c: vector.h:355:25: error: array type has incomplete element type 'union cv'
vector.c: static const union cv FFT128_Twiddle[] = {
vector.c: ^~~~~~~~~~~~~~
vector.c: ...
vector.c: ^~~~
vector.c: vector.c:25:23: error: storage size of 'V255' isn't known
vector.c: static const union cv V255 = CV(255);
vector.c: ^~~~
vector.c: vector.c:26:23: error: storage size of 'V257' isn't known
vector.c: static const union cv V257 = CV(257);
vector.c: ^~~~
vector.c: vector.c:27:25: error: storage size of 'V0' isn't known
vector.c: static const union cv8 V0 = CV(0);
vector.c: ^~

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

Compiler output

Implementation: crypto_hash/simd256/vectarm
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
vector_arm.c: vector_arm.c: In function 'fft64':
vector_arm.c: vector_arm.c:182:5: error: impossible constraint in 'asm'
vector_arm.c: __asm__ (
vector_arm.c: ^~~~~~~
vector_arm.c: vector_arm.c:217:5: error: impossible constraint in 'asm'
vector_arm.c: __asm__ (
vector_arm.c: ^~~~~~~

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