Implementation notes: armeabi, tonido, crypto_hash/blake512

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_hash
Primitive: blake512
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
375432? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
387780? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-Os2017072020170718
409656? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
409986? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
415782? ? ?? ? ?sphlibgcc_-march=native_-mtune=xscale_-Os2017072020170718
416328? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=xscale_-Os2017072020170718
483702? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
484386? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
495144? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O32017072020170718
497490? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
497970? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
498198? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
498918? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
499716? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O22017072020170718
514044? ? ?? ? ?sphlibgcc_-march=native_-mtune=xscale_-O22017072020170718
514602? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=xscale_-O32017072020170718
514686? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=xscale_-O22017072020170718
514728? ? ?? ? ?sphlibgcc_-march=native_-mtune=xscale_-O32017072020170718
714450? ? ?? ? ?regsgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
722946? ? ?? ? ?bswapgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072020170718
737976? ? ?? ? ?bswapgcc_-march=native_-mtune=xscale_-Os2017072020170718
741750? ? ?? ? ?regsgcc_-march=native_-mtune=xscale_-Os2017072020170718
955596? ? ?? ? ?bswapgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
960822? ? ?? ? ?bswapgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
979716? ? ?? ? ?bswapgcc_-march=native_-mtune=xscale_-O22017072020170718
986394? ? ?? ? ?bswapgcc_-march=native_-mtune=xscale_-O32017072020170718
989976? ? ?? ? ?regsgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072020170718
990564? ? ?? ? ?regsgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072020170718
1015602? ? ?? ? ?regsgcc_-march=native_-mtune=xscale_-O22017072020170718
1020828? ? ?? ? ?regsgcc_-march=native_-mtune=xscale_-O32017072020170718

Test failure

Implementation: crypto_hash/blake512/vect128-neon
Compiler: gcc -funroll-loops -march=native -mtune=xscale -O2
error 111

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=xscale -O2 vect128-neon
gcc -funroll-loops -march=native -mtune=xscale -O3 vect128-neon
gcc -funroll-loops -march=native -mtune=xscale -Os vect128-neon
gcc -march=native -mtune=xscale -O2 vect128-neon
gcc -march=native -mtune=xscale -O3 vect128-neon
gcc -march=native -mtune=xscale -Os vect128-neon

Compiler output

Implementation: crypto_hash/blake512/vect128
Compiler: gcc -funroll-loops -march=native -mtune=xscale -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: round512(state, (v64*)m);
vector.c: ^~~~~~~~
vector.c: vector.c:793:22: error: 'v64' undeclared (first use in this function); did you mean 'u64'?
vector.c: round512(state, (v64*)m);
vector.c: ^~~
vector.c: u64
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 -march=native -mtune=xscale -O2 vect128 vect128-inplace
gcc -funroll-loops -march=native -mtune=xscale -O3 vect128 vect128-inplace
gcc -funroll-loops -march=native -mtune=xscale -Os vect128 vect128-inplace
gcc -march=native -mtune=xscale -O2 vect128 vect128-inplace
gcc -march=native -mtune=xscale -O3 vect128 vect128-inplace
gcc -march=native -mtune=xscale -Os vect128 vect128-inplace