Implementation notes: aarch64, a72, crypto_hash/simd512

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_hash
Primitive: simd512
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
70608? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-O32017100720170904
72453? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-O32017100720170904
80479? ? ?? ? ?optgcc_-march=native_-mtune=native_-O32017100720170904
81884? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=native_-O32017100720170904
82811? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-O22017100720170904
85316? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-O22017100720170904
85890? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-O32017100720170904
87450? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-O32017100720170904
100428? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-O22017100720170904
102150? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-O22017100720170904
102640? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=native_-O22017100720170904
118857? ? ?? ? ?optgcc_-march=native_-mtune=native_-O22017100720170904
122096? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100720170904
122319? ? ?? ? ?sphlibgcc_-march=native_-mtune=native_-Os2017100720170904
140909? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100720170904
142747? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=native_-Os2017100720170904
162549? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100720170904
163364? ? ?? ? ?optgcc_-march=native_-mtune=native_-Os2017100720170904
5303662? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017100720170904
5328448? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017100720170904
5329117? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017100720170904
5361115? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017100720170904
5823519? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100720170904
8210730? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017100720170904

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.c: ^~~~
vector.c: vector.c:25:23: error: storage size of 'V255' isn't known
vector.c: static const union cv V255 = CV(255);
vector.c: ^~~~
vector.c: vector.c:26:23: error: storage size of 'V257' isn't known
vector.c: static const union cv V257 = CV(257);
vector.c: ^~~~
vector.c: vector.c:27:25: error: storage size of 'V0' isn't known
vector.c: static const union cv8 V0 = CV(0);
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