Implementation notes: mipso32, loongson, crypto_aead/hs1sivhiv2

Computer: loongson
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: hs1sivhiv2
TimeImplementationCompilerBenchmark dateSUPERCOP version
113774fastergcc -funroll-loops -march=loongson2f -mabi=n32 -O32016121420161026
116178fastergcc -funroll-loops -march=loongson2f -mabi=n32 -O22016121420161026
118662fastergcc -march=loongson2f -mabi=n32 -O22016121420161026
120172fastergcc -march=loongson2f -mabi=n32 -O32016121420161026
125810refgcc -funroll-loops -march=loongson2f -mabi=n32 -O32016121420161026
127522refgcc -march=loongson2f -mabi=n32 -O32016121420161026
147972refgcc -funroll-loops -march=loongson2f -mabi=n32 -O22016121420161026
153126fastergcc -funroll-loops -march=loongson2f -mabi=n32 -Os2016121420161026
155110fastergcc -march=loongson2f -mabi=n32 -Os2016121420161026
196146refgcc -march=loongson2f -mabi=n32 -O22016121420161026
243008refgcc -march=loongson2f -mabi=n32 -Os2016121420161026
245276refgcc -funroll-loops -march=loongson2f -mabi=n32 -Os2016121420161026

Compiler output

Implementation: crypto_aead/hs1sivhiv2/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