Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
XXH3_128bits_withSecretandSeed()
Corrects an edge case (#894) that could generate invalid results. Users of this function should upgrade. Thanks to @hltj for the report and fix.
Command-Line Improvements
xxhsum
automatically detects and employs the best available vector extension (SSE, AVX, etc.). Previously, this required an explicit build macro; it is now enabled by default. Maintainers can disable it withDISPATCH=0
.--filelist
/--files-from
Accepts file names from a text file or
stdin
, simplifying bulk hashing. Kudos to @Ian-Clowes for the idea and implementation.A new
-H3
mode generates XXH3 64-bit hashes with aXXH3_
prefix, neatly distinguishing them fromXXH64
. The symlinkxxh3sum
defaults to this mode.Portability
Includes an optimized LoongArch SX implementation (courtesy of @lrzlin).
Validated builds for AIX and SPARC CPUs.
New Contributors
Full Changelog: Cyan4973/xxHash@v0.8.2...v0.8.3