Implementation notes: armeabi, cubox, crypto_sign/donald2048

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_sign
Primitive: donald2048
TimeImplementationCompilerBenchmark dateSUPERCOP version
33900972opensslgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121920161026
33913358opensslgcc -mcpu=marvell-pj4 -Os2016121920161026
33914236opensslgcc -mcpu=marvell-pj4 -O22016121920161026
33916910opensslgcc -funroll-loops -mcpu=marvell-pj4 -O32016121920161026
33928126opensslgcc -mcpu=marvell-pj4 -O32016121920161026
33933640opensslgcc -funroll-loops -mcpu=marvell-pj4 -O22016121920161026

Compiler output

Implementation: crypto_sign/donald2048/cryptopp
Compiler: g++ -funroll-loops -mcpu=marvell-pj4 -O2
sign.cpp: sign.cpp:1:26: fatal error: cryptopp/dsa.h: No such file or directory
sign.cpp: #include gt;
sign.cpp: ^
sign.cpp: compilation terminated.

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
g++ -funroll-loops -mcpu=marvell-pj4 -O2 cryptopp
g++ -funroll-loops -mcpu=marvell-pj4 -O3 cryptopp
g++ -funroll-loops -mcpu=marvell-pj4 -Os cryptopp
g++ -mcpu=marvell-pj4 -O2 cryptopp
g++ -mcpu=marvell-pj4 -O3 cryptopp
g++ -mcpu=marvell-pj4 -Os cryptopp