Implementation notes: mipso32, loongson, crypto_aead/aes256gcmv1

Computer: loongson
Architecture: mipso32
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_aead
Primitive: aes256gcmv1
TimeImplementationCompilerBenchmark dateSUPERCOP version
33192022refgcc -funroll-loops -march=loongson2f -mabi=n32 -O22016121320161026
36761146refgcc -funroll-loops -march=loongson2f -mabi=n32 -O32016121320161026
95588348refgcc -march=loongson2f -mabi=n32 -O22016121320161026
100811520refgcc -march=loongson2f -mabi=n32 -Os2016121320161026
107942618refgcc -funroll-loops -march=loongson2f -mabi=n32 -Os2016121320161026
114864462refgcc -march=loongson2f -mabi=n32 -O32016121320161026

Compiler output

Implementation: crypto_aead/aes256gcmv1/cryptopp
Compiler: g++ -funroll-loops -march=loongson2f -mabi=n32 -O2
stream.cpp: stream.cpp:2:26: fatal error: cryptopp/aes.h: No such file or directory
stream.cpp: #include gt;
stream.cpp: ^
stream.cpp: compilation terminated.

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

Compiler output

Implementation: crypto_aead/aes256gcmv1/openssl
Compiler: gcc -funroll-loops -march=loongson2f -mabi=n32 -O2
decrypt.c: In file included from decrypt.c:1:0:
decrypt.c: /usr/include/openssl/evp.h:66:35: fatal error: openssl/opensslconf.h: No such file or directory
decrypt.c: # include gt;
decrypt.c: ^
decrypt.c: compilation terminated.

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