Implementation notes: aarch64, par3, crypto_hash/simd512

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_hash
Primitive: simd512
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
127128? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
130365? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
132320? ? ?? ? ?optgcc_-march=native_-mtune=native_-O32017071920170718
140768? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-O32017071920170718
146747? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
152520? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
154291? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-O32017071920170718
163373? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-O22017071920170718
171712? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
172317? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
185802? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-O22017071920170718
199443? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
217337? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-Os2017071920170718
217655? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
241862? ? ?? ? ?optgcc_-march=native_-mtune=native_-O22017071920170718
261226? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-Os2017071920170718
315680? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
335624? ? ?? ? ?optgcc_-march=native_-mtune=native_-Os2017071920170718
5837048? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
6296507? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
6536889? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017071920170718
6593159? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017071920170718
6626234? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017071920170718
8325348? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017071920170718

Compiler output

Implementation: crypto_hash/simd512/vect128
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
vector.c: In file included from vector.c:5:0:
vector.c: vector.h:252: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:344:25: error: array type has incomplete element type 'union cv'
vector.c: static const union cv FFT64_Twiddle[] = {
vector.c: ^~~~~~~~~~~~~
vector.c: vector.h:355:25: error: array type has incomplete element type 'union cv'
vector.c: static const union cv FFT128_Twiddle[] = {
vector.c: ^~~~~~~~~~~~~~
vector.c: vector.h:367:25: error: array type has incomplete element type 'union cv'
vector.c: static const union cv FFT256_Twiddle[] = {
vector.c: ^~~~~~~~~~~~~~
vector.c: vector.c:24:20: error: variable 'V128' has initializer but incomplete type
vector.c: static const union cv V128 = CV(128);
vector.c: ^~
vector.c: vector.c:24: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:25:20: error: variable 'V255' has initializer but incomplete type
vector.c: static const union cv V255 = CV(255);
vector.c: ^~
vector.c: vector.c:26:20: error: variable 'V257' has initializer but incomplete type
vector.c: static const union cv V257 = CV(257);
vector.c: ^~
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