Implementation notes: armeabi, cubox, crypto_hash/whirlpool

Computer: cubox
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20161026
Operation: crypto_hash
Primitive: whirlpool
TimeImplementationCompilerBenchmark dateSUPERCOP version
267685refgcc -funroll-loops -mcpu=marvell-pj4 -O22016121020161026
277563refgcc -funroll-loops -mcpu=marvell-pj4 -O32016121020161026
284480refgcc -mcpu=marvell-pj4 -O22016121020161026
287965refgcc -mcpu=marvell-pj4 -O32016121020161026
358590refgcc -funroll-loops -mcpu=marvell-pj4 -Os2016121020161026
400974refgcc -mcpu=marvell-pj4 -Os2016121020161026

Compiler output

Implementation: crypto_hash/whirlpool/cryptopp
Compiler: g++ -funroll-loops -mcpu=marvell-pj4 -O2
hash.cpp: hash.cpp:1:31: fatal error: cryptopp/whrlpool.h: No such file or directory
hash.cpp: #include gt;
hash.cpp: ^
hash.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