Files
scylladb/utils
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-01-06 17:23:46 +08:00
2015-01-11 15:46:03 +02:00
2015-01-12 14:20:28 +02:00
2015-01-14 14:43:45 +02:00