Skip to content
  • Cheng Shao's avatar
    0ac65130
    rts: use XXH3_64bits hash on all 64-bit platforms · 0ac65130
    Cheng Shao authored
    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)
    0ac65130
    rts: use XXH3_64bits hash on all 64-bit platforms
    Cheng Shao authored
    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)
Loading