Implementation notes: aarch64, a72, crypto_hash/blake256

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_hash
Primitive: blake256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
23996? ? ?? ? ?bswapgcc_-march=native_-mtune=native_-Os2017100620170904
24002? ? ?? ? ?regsgcc_-march=native_-mtune=native_-Os2017100620170904
24250? ? ?? ? ?bswapgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100620170904
24274? ? ?? ? ?regsgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100620170904
24392? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-O22017100620170904
24400? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-O32017100620170904
24404? ? ?? ? ?bswapgcc_-march=native_-mtune=native_-O22017100620170904
24431? ? ?? ? ?regsgcc_-march=native_-mtune=native_-O22017100620170904
24431? ? ?? ? ?regsgcc_-march=native_-mtune=native_-O32017100620170904
24449? ? ?? ? ?bswapgcc_-march=native_-mtune=native_-O32017100620170904
25017? ? ?? ? ?regsgcc_-funroll-loops_-march=native_-mtune=native_-O22017100620170904
25020? ? ?? ? ?bswapgcc_-funroll-loops_-march=native_-mtune=native_-O22017100620170904
25024? ? ?? ? ?bswapgcc_-funroll-loops_-march=native_-mtune=native_-O32017100620170904
25050? ? ?? ? ?regsgcc_-funroll-loops_-march=native_-mtune=native_-O32017100620170904
25060? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-O22017100620170904
25080? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-O32017100620170904
25594? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-Os2017100620170904
26763? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100620170904
32501? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-Os2017100620170904
34922? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017100620170904
37727? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100620170904
38514? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100620170904
40905? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-O22017100620170904
41160? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-O22017100620170904
41160? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-O32017100620170904
41414? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-O32017100620170904
41870? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017100620170904
42179? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017100620170904
42920? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017100620170904
43591? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017100620170904

Compiler output

Implementation: crypto_hash/blake256/vect128-mmxhack
Compiler: gcc -funroll-loops -march=native -mtune=native -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:64:30: error: invalid initializer
vector.c: static const union cv v257 = CV(257);
vector.c: ^~
vector.c: vector.c:65:30: error: invalid initializer
vector.c: static const union cv8 v0 = CV(0);
vector.c: ^~
vector.c: vector.c:140:10: fatal error: mmintrin.h: No such file or directory
vector.c: #include <mmintrin.h>
vector.c: ^~~~~~~~~~~~
vector.c: compilation terminated.

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

Compiler output

Implementation: crypto_hash/blake256/vect128
Compiler: gcc -funroll-loops -march=native -mtune=native -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:887:15: error: 'v32' undeclared (first use in this function); did you mean 'u32'?
vector.c: round256((v32*)S->buf, (v32*)S->h,
vector.c: ^~~
vector.c: u32
vector.c: vector.c:887:19: error: expected expression before ')' token
vector.c: round256((v32*)S->buf, (v32*)S->h,
vector.c: ^
vector.c: vector.c:902:19: error: expected expression before ')' token
vector.c: round256((v32*)data, (v32*)S->h,
vector.c: ^

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