Implementation notes: mipso32, loongson, crypto_hash/simd256

Computer: loongson
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_hash
Primitive: simd256
TimeImplementationCompilerBenchmark dateSUPERCOP version
177134sphlibgcc -funroll-loops -march=loongson2f -mabi=n32 -O32016121220161026
203642sphlibgcc -funroll-loops -march=loongson2f -mabi=n32 -O22016121220161026
210646sphlibgcc -funroll-loops -march=loongson2f -mabi=n32 -Os2016121220161026
238952sphlibgcc -march=loongson2f -mabi=n32 -Os2016121220161026
241852sphlibgcc -march=loongson2f -mabi=n32 -O32016121220161026
243024optgcc -funroll-loops -march=loongson2f -mabi=n32 -O22016121220161026
246284optgcc -funroll-loops -march=loongson2f -mabi=n32 -O32016121220161026
248318optgcc -march=loongson2f -mabi=n32 -O32016121220161026
249112sphlibgcc -march=loongson2f -mabi=n32 -O22016121220161026
249726sphlib-smallgcc -funroll-loops -march=loongson2f -mabi=n32 -O32016121220161026
279376sphlib-smallgcc -funroll-loops -march=loongson2f -mabi=n32 -Os2016121220161026
284078sphlib-smallgcc -funroll-loops -march=loongson2f -mabi=n32 -O22016121220161026
289352sphlib-smallgcc -march=loongson2f -mabi=n32 -O32016121220161026
294976sphlib-smallgcc -march=loongson2f -mabi=n32 -Os2016121220161026
302810optgcc -march=loongson2f -mabi=n32 -O22016121220161026
305748sphlib-smallgcc -march=loongson2f -mabi=n32 -O22016121220161026
433984optgcc -march=loongson2f -mabi=n32 -Os2016121220161026
442518optgcc -funroll-loops -march=loongson2f -mabi=n32 -Os2016121220161026
4134028refgcc -march=loongson2f -mabi=n32 -Os2016121220161026
4239964refgcc -funroll-loops -march=loongson2f -mabi=n32 -Os2016121220161026
6869824refgcc -funroll-loops -march=loongson2f -mabi=n32 -O22016121220161026
6986462refgcc -funroll-loops -march=loongson2f -mabi=n32 -O32016121220161026
7022884refgcc -march=loongson2f -mabi=n32 -O32016121220161026
7220500refgcc -march=loongson2f -mabi=n32 -O22016121220161026

Compiler output

Implementation: crypto_hash/simd256/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