Skip to content
Snippets Groups Projects
Commit c324f92f authored by Cheng Shao's avatar Cheng Shao :beach:
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)
(cherry picked from commit 8ed990f5)
parent 2edbe91a
No related branches found
No related tags found
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