summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 973ffa6..ffe04b3 100644
--- a/main.cpp
+++ b/main.cpp
@@ -57,6 +57,9 @@ HashInfo g_hashes[] =
{ MurmurOAAT_test, 32, 0x5363BD98, "MurmurOAAT", "Murmur one-at-a-time" },
{ Crap8_test, 32, 0x743E97A1, "Crap8", "Crap8" },
+ { CityHash64_test, 64, 0x45754A6F, "City64", "Google CityHash128WithSeed" },
+ { CityHash128_test, 128, 0x94B0EF46, "City128", "Google CityHash128WithSeed" },
+
// MurmurHash2
{ MurmurHash2_test, 32, 0x27864C1E, "Murmur2", "MurmurHash2 for x86, 32-bit" },