Implementation notes: armeabi, cubox, crypto_hash/simd512

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_hash
Primitive: simd512
TimeImplementationCompilerBenchmark dateSUPERCOP version
231468sphlibgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
232683sphlib-smallgcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
234530optgcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
242946sphlib-smallgcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
243762optgcc -mcpu=marvell-pj4 -O32016121020161026
245787optgcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
249348sphlibgcc -mcpu=marvell-pj4 -Os2016121020161026
256820sphlib-smallgcc -mcpu=marvell-pj4 -O22016121020161026
262424sphlib-smallgcc -mcpu=marvell-pj4 -O32016121020161026
283899sphlibgcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
293608sphlibgcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
301681sphlib-smallgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
304290sphlibgcc -mcpu=marvell-pj4 -O22016121020161026
307511optgcc -mcpu=marvell-pj4 -O22016121020161026
317432sphlibgcc -mcpu=marvell-pj4 -O32016121020161026
331891sphlib-smallgcc -mcpu=marvell-pj4 -Os2016121020161026
416206optgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
427262optgcc -mcpu=marvell-pj4 -Os2016121020161026
6314414refgcc -mcpu=marvell-pj4 -O32016121020161026
6417198refgcc -mcpu=marvell-pj4 -O22016121020161026
6551055refgcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
6650355refgcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
65677501refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
66542252refgcc -mcpu=marvell-pj4 -Os2016121020161026

Compiler output

Implementation: crypto_hash/simd512/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