Implementation notes: mipso32, loongson, crypto_hash/simd512

Computer: loongson
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_hash
Primitive: simd512
TimeImplementationCompilerBenchmark dateSUPERCOP version
251284sphlibgcc -funroll-loops -march=loongson2f -mabi=n32 -O32016121220161026
268234sphlibgcc -funroll-loops -march=loongson2f -mabi=n32 -Os2016121220161026
284012optgcc -funroll-loops -march=loongson2f -mabi=n32 -O32016121220161026
285234sphlibgcc -funroll-loops -march=loongson2f -mabi=n32 -O22016121220161026
289976optgcc -march=loongson2f -mabi=n32 -O32016121220161026
296398sphlib-smallgcc -funroll-loops -march=loongson2f -mabi=n32 -O32016121220161026
299410optgcc -funroll-loops -march=loongson2f -mabi=n32 -O22016121220161026
302724sphlibgcc -march=loongson2f -mabi=n32 -Os2016121220161026
305434sphlibgcc -march=loongson2f -mabi=n32 -O32016121220161026
313956sphlib-smallgcc -funroll-loops -march=loongson2f -mabi=n32 -Os2016121220161026
322322sphlibgcc -march=loongson2f -mabi=n32 -O22016121220161026
331538optgcc -march=loongson2f -mabi=n32 -O22016121220161026
332316sphlib-smallgcc -funroll-loops -march=loongson2f -mabi=n32 -O22016121220161026
343836sphlib-smallgcc -march=loongson2f -mabi=n32 -O32016121220161026
344558sphlib-smallgcc -march=loongson2f -mabi=n32 -Os2016121220161026
366292optgcc -march=loongson2f -mabi=n32 -Os2016121220161026
366552optgcc -funroll-loops -march=loongson2f -mabi=n32 -Os2016121220161026
368926sphlib-smallgcc -march=loongson2f -mabi=n32 -O22016121220161026
8078002refgcc -march=loongson2f -mabi=n32 -Os2016121220161026
8345018refgcc -funroll-loops -march=loongson2f -mabi=n32 -Os2016121220161026
13752102refgcc -funroll-loops -march=loongson2f -mabi=n32 -O22016121220161026
14063412refgcc -funroll-loops -march=loongson2f -mabi=n32 -O32016121220161026
14097330refgcc -march=loongson2f -mabi=n32 -O32016121220161026
14395688refgcc -march=loongson2f -mabi=n32 -O22016121220161026

Compiler output

Implementation: crypto_hash/simd512/vect128
Compiler: gcc -funroll-loops -march=loongson2f -mabi=n32 -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
vector.c: static const union cv FFT64_Twiddle[] = {
vector.c: ^
vector.c: vector.h:355:25: error: array type has incomplete element type
vector.c: static const union cv FFT128_Twiddle[] = {
vector.c: ^
vector.c: ...
vector.c: vector.c:889:14: error: array type has incomplete element type
vector.c: union cv Y[16];
vector.c: ^
vector.c: vector.c:905:14: error: array type has incomplete element type
vector.c: union cv Y[32];
vector.c: ^
vector.c: vector.c: In function 'fft128_natural':
vector.c: vector.c:917:12: error: array type has incomplete element type
vector.c: union cv Y[16];
vector.c: ^

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