Implementation notes: aarch64, lionheart30, crypto_hash/blake512

Computer: lionheart30
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_hash
Primitive: blake512
TimeImplementationCompilerBenchmark dateSUPERCOP version
14038bswapclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
14943bswapgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
15051regsgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
15297regsclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
15298bswapgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
15375bswapgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
15377regsgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
15464regsgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
15580sphlibgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
15943sphlibgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
17194sphlibclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
17538sphlibgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
18269bswapgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
19650regsgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
20270sphlibgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
20687sphlib-smallgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
22915refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
24459sphlib-smallclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
25446sphlib-smallgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
25491sphlib-smallgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
25652refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
26608sphlib-smallgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
27272refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
28536refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
29690refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806

Compiler output

Implementation: crypto_hash/blake512/vect128
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
vector.c: In file included from vector.c:7:
vector.c: ./vector.h:968:2: 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.h:992:3: error: unknown type name 'v32'; did you mean 'u32'?
vector.c: v32 v;
vector.c: ^~~
vector.c: u32
vector.c: ./compat.h:29:18: note: 'u32' declared here
vector.c: typedef uint32_t u32;
vector.c: ^
vector.c: In file included from vector.c:7:
vector.c: ./vector.h:997:3: error: unknown type name 'v64'; did you mean 'u64'?
vector.c: v64 v;
vector.c: ^~~
vector.c: u64
vector.c: ./compat.h:34:28: note: 'u64' declared here
vector.c: typedef unsigned long long u64;
vector.c: ^
vector.c: ...

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments vect128 vect128-inplace

Compiler output

Implementation: crypto_hash/blake512/vect128
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
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.h:992:3: error: unknown type name 'v32'
vector.c: v32 v;
vector.c: ^~~
vector.c: vector.h:997:3: error: unknown type name 'v64'
vector.c: v64 v;
vector.c: ^~~
vector.c: vector.c:62:30: warning: implicit declaration of function 'CV' [-Wimplicit-function-declaration]
vector.c: static const union cv v128 = CV(128);
vector.c: ^~
vector.c: vector.c:62:30: error: invalid initializer
vector.c: vector.c:63:30: error: invalid initializer
vector.c: static const union cv v255 = CV(255);
vector.c: ^~
vector.c: vector.c:64:30: error: invalid initializer
vector.c: static const union cv v257 = CV(257);
vector.c: ...

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv vect128 vect128-inplace
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv vect128 vect128-inplace
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv vect128 vect128-inplace
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv vect128 vect128-inplace