Implementation notes: mipso32, loongson, crypto_stream/lexv2

Computer: loongson
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_stream
Primitive: lexv2

Compiler output

Implementation: crypto_stream/lexv2/e/v2/ref
Compiler: gcc -funroll-loops -march=loongson2f -mabi=n32 -O2
try.c: crypto_stream_lexv2.a(lex.o): In function `ECRYPT_process_bytes':
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_lexv2.a(lex.o): In function `ECRYPT_keystream_bytes':
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: crypto_stream_lexv2.a(lex.o): In function `ECRYPT_process_blocks':
try.c: lex.c:(.text+0x...): undefined reference to `U32TO32_LITTLE'
try.c: collect2: error: ld returned 1 exit status

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