libcruft-util/hash/murmur
Danny Robson 2469450ea9 murmur3: streamline 128 bit hash round functions
clang was getting tripped up calculating the tail half-rounds for the
128 bit hashes, so we streamline the round functions so it copes a
little better. plus, this is better code anyway.
2015-09-21 15:32:23 +10:00
..
common.cpp murmurhash: add initial translation 2015-05-25 16:12:45 +10:00
common.hpp murmurhash: add initial translation 2015-05-25 16:12:45 +10:00
murmur1.cpp murmurhash: add initial translation 2015-05-25 16:12:45 +10:00
murmur1.hpp murmurhash: add initial translation 2015-05-25 16:12:45 +10:00
murmur2.cpp murmurhash: add initial translation 2015-05-25 16:12:45 +10:00
murmur2.hpp murmurhash: add initial translation 2015-05-25 16:12:45 +10:00
murmur3.cpp murmur3: streamline 128 bit hash round functions 2015-09-21 15:32:23 +10:00
murmur3.hpp murmurhash: add initial translation 2015-05-25 16:12:45 +10:00