Implementation notes: armeabi, tonido, crypto_hash/simd512

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_hash
Primitive: simd512
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
544308? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072120170718
623040? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=xscale_-O22017072120170718
630978? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072120170718
636006? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072120170718
637038? ? ?? ? ?optgcc_-march=native_-mtune=xscale_-O22017072120170718
691098? ? ?? ? ?sphlib-smallgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072120170718
696666? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072120170718
698934? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=xscale_-Os2017072120170718
699810? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072120170718
704772? ? ?? ? ?sphlib-smallgcc_-march=native_-mtune=xscale_-O32017072120170718
709086? ? ?? ? ?optgcc_-march=native_-mtune=xscale_-O32017072120170718
726168? ? ?? ? ?sphlibgcc_-march=native_-mtune=xscale_-Os2017072120170718
858546? ? ?? ? ?optgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072120170718
881196? ? ?? ? ?optgcc_-march=native_-mtune=xscale_-Os2017072120170718
1092792? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072120170718
1105818? ? ?? ? ?sphlibgcc_-march=native_-mtune=xscale_-O22017072120170718
1122450? ? ?? ? ?sphlibgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072120170718
1141710? ? ?? ? ?sphlibgcc_-march=native_-mtune=xscale_-O32017072120170718
13848222? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072120170718
14018040? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072120170718
18666810? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O32017072120170718
18863814? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O22017072120170718
111240210? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072120170718
111261132? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-Os2017072120170718

Compiler output

Implementation: crypto_hash/simd512/vect128
Compiler: gcc -funroll-loops -march=native -mtune=xscale -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=xscale -O2 vect128
gcc -funroll-loops -march=native -mtune=xscale -O3 vect128
gcc -funroll-loops -march=native -mtune=xscale -Os vect128
gcc -march=native -mtune=xscale -O2 vect128
gcc -march=native -mtune=xscale -O3 vect128
gcc -march=native -mtune=xscale -Os vect128