Files
scylladb/dht
Avi Kivity 678c259c66 murmur3: switch to unsigned types
C++ doesn't define overflow on signed types, so use unsigned types instead.
Luckily all right shifts were unsigned anyway.

Some signed extension was happening (handling remainders after processing
8-byte chunks) but should still be there.

Caught by debug build.
2015-02-24 15:29:08 +02:00
..
2015-02-23 11:37:12 +02:00
2015-02-23 11:37:12 +02:00