Implementation notes: amd64, pluton1mn, crypto_hash/tiger

Computer: pluton1mn
Architecture: amd64
CPU ID: GenuineIntel-00050671-bfebfbff
SUPERCOP version: 20160806
Operation: crypto_hash
Primitive: tiger

Compiler output

Implementation: crypto_hash/tiger/cryptopp
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
hash.cpp: hash.cpp:1:28: fatal error: cryptopp/tiger.h: No such file or directory
hash.cpp: #include gt;
hash.cpp: ^
hash.cpp: compilation terminated.

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv cryptopp
g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv cryptopp
g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv cryptopp
g++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv cryptopp

Compiler output

Implementation: crypto_hash/tiger/cryptopp
Compiler: icpc -xMIC-AVX512 -O2 -fomit-frame-pointer
hash.cpp: hash.cpp(1): catastrophic error: cannot open source file "cryptopp/tiger.h"
hash.cpp: #include gt;
hash.cpp: ^
hash.cpp:
hash.cpp: compilation aborted for hash.cpp (code 4)

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
icpc -xMIC-AVX512 -O2 -fomit-frame-pointer cryptopp
icpc -xMIC-AVX512 -O3 -fomit-frame-pointer cryptopp