Implementation notes: mipso32, loongson, crypto_aead/hs1sivlov2

Computer: loongson
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: hs1sivlov2
TimeImplementationCompilerBenchmark dateSUPERCOP version
42378fastergcc -funroll-loops -march=loongson2f -mabi=n32 -O22016121420161026
44152fastergcc -march=loongson2f -mabi=n32 -O22016121420161026
44828fastergcc -march=loongson2f -mabi=n32 -O32016121420161026
46916fastergcc -funroll-loops -march=loongson2f -mabi=n32 -O32016121420161026
53074refgcc -funroll-loops -march=loongson2f -mabi=n32 -O32016121420161026
53328refgcc -march=loongson2f -mabi=n32 -O32016121420161026
55024fastergcc -funroll-loops -march=loongson2f -mabi=n32 -Os2016121420161026
55306fastergcc -march=loongson2f -mabi=n32 -Os2016121420161026
74118refgcc -funroll-loops -march=loongson2f -mabi=n32 -O22016121420161026
139038refgcc -funroll-loops -march=loongson2f -mabi=n32 -Os2016121420161026
139860refgcc -march=loongson2f -mabi=n32 -Os2016121420161026
161488refgcc -march=loongson2f -mabi=n32 -O22016121420161026

Compiler output

Implementation: crypto_aead/hs1sivlov2/faster
Compiler: gcc -funroll-loops -march=loongson2f -mabi=n32 -O2
hs1.c: hs1.c: In function 'hs1siv_decrypt':
hs1.c: hs1.c:1033:30: warning: incompatible implicit declaration of built-in function 'malloc'
hs1.c: unsigned char *tmp = malloc(abytes);
hs1.c: ^
hs1.c: hs1.c:1037:9: warning: incompatible implicit declaration of built-in function 'free'
hs1.c: free(tmp);
hs1.c: ^

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