Skip to content

rts: update xxHash and use XXH3_64bits hash on all 64-bit platforms

Cheng Shao requested to merge type-dance/ghc:update-xxhash into master

It caught my attention that we haven't updated the vendored xxhash.h for quite a while, and on aarch64 we're silently using the 32-bit hash which is obviously bad, hence this patch.

Merge request reports