Skip to content
Snippets Groups Projects
Commit ecc3ab4e authored by Cheng Shao's avatar Cheng Shao
Browse files

rts: use XXH3_64bits hash on all 64-bit platforms

This commit enables XXH3_64bits hash to be used on all 64-bit
platforms. Previously it was only enabled on x86_64, so platforms like
aarch64 silently falls back to using XXH32 which degrades the hashing
function quality.

(cherry picked from commit 4a97bdb8)
parent c8829d43
No related branches found
Tags 1.2.0.4
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment