Implementation notes: aarch64, par3, crypto_hash/blake256

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_hash
Primitive: blake256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
30211? ? ?? ? ?bswapgcc_-march=native_-mtune=native_-Os2017071920170718
30365? ? ?? ? ?regsgcc_-march=native_-mtune=native_-Os2017071920170718
30453? ? ?? ? ?bswapgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
30545? ? ?? ? ?regsgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
31037? ? ?? ? ?bswapgcc_-march=native_-mtune=native_-O32017071920170718
31088? ? ?? ? ?bswapgcc_-march=native_-mtune=native_-O22017071920170718
31154? ? ?? ? ?regsgcc_-march=native_-mtune=native_-O32017071920170718
31171? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-O32017071920170718
31216? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-O22017071920170718
31217? ? ?? ? ?regsgcc_-march=native_-mtune=native_-O22017071920170718
31838? ? ?? ? ?bswapgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
31931? ? ?? ? ?bswapgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
31977? ? ?? ? ?regsgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
32034? ? ?? ? ?regsgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
33048? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
33076? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
33609? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-Os2017071920170718
37997? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
45729? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-Os2017071920170718
49717? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017071920170718
51388? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-O22017071920170718
52606? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
53664? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
53738? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-O32017071920170718
62145? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017071920170718
62360? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
63575? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
68247? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
68312? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
68834? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017071920170718

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.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: 12, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=native -O2 vect128 vect128-mmxhack
gcc -funroll-loops -march=native -mtune=native -O3 vect128 vect128-mmxhack
gcc -funroll-loops -march=native -mtune=native -Os vect128 vect128-mmxhack
gcc -march=native -mtune=native -O2 vect128 vect128-mmxhack
gcc -march=native -mtune=native -O3 vect128 vect128-mmxhack
gcc -march=native -mtune=native -Os vect128 vect128-mmxhack