Implementation notes: amd64, floodyberry, crypto_hash/tiger

Computer: floodyberry
Architecture: amd64
CPU ID: GenuineIntel-00010676-bfebfbff
SUPERCOP version: 20140505
Operation: crypto_hash
Primitive: tiger
TimeImplementationCompilerBenchmark dateSUPERCOP version
10587cryptoppclang++ -O3 -march=native -m64 -fomit-frame-pointer2014050820140505
10587cryptoppg++ -m64 -march=native -mtune=native -O2 -fomit-frame-pointer2014050820140505
10588cryptoppg++ -m64 -march=native -mtune=native -O3 -fomit-frame-pointer2014050820140505
10600cryptoppicpc -m64 -O1 -static -xHost -fomit-frame-pointer2014050820140505
10600cryptoppicpc -m64 -O3 -static -xHost -fomit-frame-pointer2014050820140505
10737cryptoppg++ -m64 -O2 -fomit-frame-pointer2014050820140505
10737cryptoppg++ -m64 -O3 -fomit-frame-pointer2014050820140505
10888cryptoppclang++ -O1 -march=native -m64 -fomit-frame-pointer2014050820140505

Compiler output

Implementation: crypto_hash/tiger/cryptopp
Compiler: clang++ -O1 -march=native -m64 -fomit-frame-pointer
hash.cpp: In file included from hash.cpp:1:
hash.cpp: In file included from /home/bloom/supercop-20140505/supercop-data/floodyberry/amd64/include/cryptopp/tiger.h:5:
hash.cpp: In file included from /home/bloom/supercop-20140505/supercop-data/floodyberry/amd64/include/cryptopp/iterhash.h:5:
hash.cpp: In file included from /home/bloom/supercop-20140505/supercop-data/floodyberry/amd64/include/cryptopp/secblock.h:7:
hash.cpp: /home/bloom/supercop-20140505/supercop-data/floodyberry/amd64/include/cryptopp/misc.h:414:8: warning: comparison of unsigned expression hash.cpp: if (a hash.cpp: ~ ^ ~
hash.cpp: /home/bloom/supercop-20140505/supercop-data/floodyberry/amd64/include/cryptopp/simple.h:35:110: note: in instantiation of function template specialization 'CryptoPP::IntToStringgt;' requested here
hash.cpp: explicit InvalidKeyLength(const std::string &algorithm, size_t length) : InvalidArgument(algorithm + ": " + IntToString(length) + " is not a valid key length") {}
hash.cpp: ^
hash.cpp: In file included from hash.cpp:1:
hash.cpp: In file included from /home/bloom/supercop-20140505/supercop-data/floodyberry/amd64/include/cryptopp/tiger.h:5:
hash.cpp: In file included from /home/bloom/supercop-20140505/supercop-data/floodyberry/amd64/include/cryptopp/iterhash.h:5:
hash.cpp: In file included from /home/bloom/supercop-20140505/supercop-data/floodyberry/amd64/include/cryptopp/secblock.h:7:
hash.cpp: /home/bloom/supercop-20140505/supercop-data/floodyberry/amd64/include/cryptopp/misc.h:414:8: warning: comparison of unsigned expression hash.cpp: if (a hash.cpp: ~ ^ ~
hash.cpp: /home/bloom/supercop-20140505/supercop-data/floodyberry/amd64/include/cryptopp/simple.h:42:113: note: in instantiation of function template specialization 'CryptoPP::IntToStringgt;' requested here
hash.cpp: explicit InvalidRounds(const std::string &algorithm, unsigned int rounds) : InvalidArgument(algorithm + ": " + IntToString(rounds) + " is not a valid number of rounds") {}
hash.cpp: ^
hash.cpp: 2 warnings generated.

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
clang++ -O1 -march=native -m64 -fomit-frame-pointer cryptopp
clang++ -O3 -march=native -m64 -fomit-frame-pointer cryptopp