Skip to content

Commit

Permalink
Modernize XXH32/XXH64
Browse files Browse the repository at this point in the history
 - Fix the state structs to use unsigned char, update names
 - Extract the algorithm steps into inline subroutines
 - Fix a theoretical integer overflow bug
 - Reroll XXH64 on 32-bit (it is going to run like crap anyway)
  • Loading branch information
easyaspi314 authored and Cyan4973 committed Dec 28, 2024
1 parent 86f6400 commit bca2d27
Showing 1 changed file with 211 additions and 132 deletions.
Loading

0 comments on commit bca2d27

Please sign in to comment.