Cyan4973 / xxHash

Extremely fast non-cryptographic hash algorithm
http://www.xxhash.com/
Other
9.16k stars 777 forks source link

== has higher precedence than & #233

Closed beojan closed 5 years ago

beojan commented 5 years ago

This means lines like

assert(((size_t)acc) & 31 == 0)

in xxh3.h don't work as intended.

Cyan4973 commented 5 years ago

Thanks for pointing that out @beojan . To be fixed

Cyan4973 commented 5 years ago

Issue fixed in #234