Implementation notes: mipso32, loongson, crypto_aead/aes128marble4rv1

Computer: loongson
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: aes128marble4rv1
TimeImplementationCompilerBenchmark dateSUPERCOP version
521914refgcc -march=loongson2f -mabi=n32 -O32016121320161026
528264refgcc -funroll-loops -march=loongson2f -mabi=n32 -O32016121320161026
1025602refgcc -funroll-loops -march=loongson2f -mabi=n32 -O22016121320161026
1460046refgcc -march=loongson2f -mabi=n32 -O22016121320161026
1550146refgcc -funroll-loops -march=loongson2f -mabi=n32 -Os2016121320161026
1552496refgcc -march=loongson2f -mabi=n32 -Os2016121320161026

Compiler output

Implementation: crypto_aead/aes128marble4rv1/ref
Compiler: gcc -funroll-loops -march=loongson2f -mabi=n32 -O2
encrypt.c: encrypt.c: In function 'crypto_aead_aes128marble4rv1_ref_encrypt':
encrypt.c: encrypt.c:34:2: warning: incompatible implicit declaration of built-in function 'free'
encrypt.c: free(cxt);
encrypt.c: ^
encrypt.c: encrypt.c: In function 'crypto_aead_aes128marble4rv1_ref_decrypt':
encrypt.c: encrypt.c:67:2: warning: incompatible implicit declaration of built-in function 'free'
encrypt.c: free(cxt);
encrypt.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