Implementation notes: armeabi, cubox, crypto_hash/blake512

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_hash
Primitive: blake512
TimeImplementationCompilerBenchmark dateSUPERCOP version
158837refgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
165608bswapgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
166810sphlibgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
166867sphlib-smallgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
167024sphlibgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
167105sphlib-smallgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
169504refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
171508refgcc -mcpu=marvell-pj4 -O22016120820161026
172733regsgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
173716bswapgcc -mcpu=marvell-pj4 -Os2016120820161026
174044refgcc -mcpu=marvell-pj4 -Os2016120820161026
174311refgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
177772refgcc -mcpu=marvell-pj4 -O32016120820161026
178132sphlibgcc -mcpu=marvell-pj4 -O32016120820161026
178197sphlib-smallgcc -mcpu=marvell-pj4 -O22016120820161026
178219sphlib-smallgcc -mcpu=marvell-pj4 -O32016120820161026
178246sphlibgcc -mcpu=marvell-pj4 -O22016120820161026
181415sphlibgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
181448sphlib-smallgcc -funroll-loops -mcpu=marvell-pj4 -Os2016120820161026
181720regsgcc -mcpu=marvell-pj4 -Os2016120820161026
188089sphlib-smallgcc -mcpu=marvell-pj4 -Os2016120820161026
188124sphlibgcc -mcpu=marvell-pj4 -Os2016120820161026
214915bswapgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
218202bswapgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
230804regsgcc -funroll-loops -mcpu=marvell-pj4 -O32016120820161026
231418bswapgcc -mcpu=marvell-pj4 -O32016120820161026
231547regsgcc -funroll-loops -mcpu=marvell-pj4 -O22016120820161026
231547bswapgcc -mcpu=marvell-pj4 -O22016120820161026
245074regsgcc -mcpu=marvell-pj4 -O22016120820161026
246216regsgcc -mcpu=marvell-pj4 -O32016120820161026

Test failure

Implementation: crypto_hash/blake512/vect128-neon
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
error 111

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

Compiler output

Implementation: crypto_hash/blake512/vect128
Compiler: gcc -funroll-loops -mcpu=marvell-pj4 -O2
vector.c: In file included from vector.c:7:0:
vector.c: vector.h:968: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:982:3: error: unknown type name 'v16'
vector.c: v16 v16;
vector.c: ^~~
vector.c: vector.h:987:3: error: unknown type name 'v8'
vector.c: v8 v8;
vector.c: ^~
vector.c: ...
vector.c: vector.c:793:5: warning: implicit declaration of function 'round512' [-Wimplicit-function-declaration]
vector.c: round512(state, (v64*)m);
vector.c: ^~~~~~~~
vector.c: vector.c:793:22: error: 'v64' undeclared (first use in this function)
vector.c: round512(state, (v64*)m);
vector.c: ^~~
vector.c: vector.c:793:22: note: each undeclared identifier is reported only once for each function it appears in
vector.c: vector.c:793:26: error: expected expression before ')' token
vector.c: round512(state, (v64*)m);
vector.c: ^

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