Closed beojan closed 5 years ago
This means lines like
assert(((size_t)acc) & 31 == 0)
in xxh3.h don't work as intended.
xxh3.h
Thanks for pointing that out @beojan . To be fixed
Issue fixed in #234
This means lines like
in
xxh3.h
don't work as intended.