Implementation notes: amd64, par, crypto_hash/whirlpool

Computer: par
Architecture: amd64
CPU ID: GenuineIntel-000406c3-bfebfbff
SUPERCOP version: 20161026
Operation: crypto_hash
Primitive: whirlpool
TimeImplementationCompilerBenchmark dateSUPERCOP version
94020refgcc -funroll-loops -march=native -mcpu=native -O22016121420161026
95900refgcc -funroll-loops -march=native -mcpu=native -O32016121420161026
98040refgcc -march=native -mcpu=native -O32016121420161026
100380refgcc -march=native -mcpu=native -O22016121420161026
101700refgcc -funroll-loops -march=native -mcpu=native -Os2016121420161026
122680refgcc -march=native -mcpu=native -Os2016121420161026

Compiler output

Implementation: crypto_hash/whirlpool/cryptopp
Compiler: g++ -funroll-loops -march=native -mcpu=native -O2
hash.cpp: g++: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
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 -march=native -mcpu=native -O2 cryptopp
g++ -funroll-loops -march=native -mcpu=native -O3 cryptopp
g++ -funroll-loops -march=native -mcpu=native -Os cryptopp
g++ -march=native -mcpu=native -O2 cryptopp
g++ -march=native -mcpu=native -O3 cryptopp
g++ -march=native -mcpu=native -Os cryptopp

Compiler output

Implementation: crypto_hash/whirlpool/ref
Compiler: gcc -funroll-loops -march=native -mcpu=native -O2
Whirlpool.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
hash.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
try.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
try.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
measure.c: gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mcpu=native -O2 ref
gcc -funroll-loops -march=native -mcpu=native -O3 ref
gcc -funroll-loops -march=native -mcpu=native -Os ref
gcc -march=native -mcpu=native -O2 ref
gcc -march=native -mcpu=native -O3 ref
gcc -march=native -mcpu=native -Os ref