Implementation notes: mipso32, loongson, crypto_aead/enchilada128v1

Computer: loongson
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: enchilada128v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
33534714refgcc -funroll-loops -march=loongson2f -mabi=n32 -O22016121320161026
36957610refgcc -funroll-loops -march=loongson2f -mabi=n32 -O32016121320161026
102097594refgcc -funroll-loops -march=loongson2f -mabi=n32 -Os2016121320161026
104339262refgcc -march=loongson2f -mabi=n32 -Os2016121320161026
104956124refgcc -march=loongson2f -mabi=n32 -O22016121320161026
115281452refgcc -march=loongson2f -mabi=n32 -O32016121320161026

Compiler output

Implementation: crypto_aead/enchilada128v1/ref
Compiler: gcc -funroll-loops -march=loongson2f -mabi=n32 -O2
aes.c: aes.c: In function 'aes_encrypt':
aes.c: aes.c:389:7: warning: assignment discards 'const' qualifier from pointer target type
aes.c: keys = rk ;
aes.c: ^
aes.c: aes.c: In function 'aes_decrypt':
aes.c: aes.c:407:7: warning: assignment discards 'const' qualifier from pointer target type
aes.c: keys = rk ;
aes.c: ^

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