Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xxhash 0.8.3 #202756

Merged
merged 2 commits into from
Dec 30, 2024
Merged

xxhash 0.8.3 #202756

merged 2 commits into from
Dec 30, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
xxHash `v0.8.3` is a maintenance update, featuring a bug fix and several quality of life improvements.

Bug Fix

  • 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

  • Runtime Vector Extension on x86
    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 with DISPATCH=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.
  • Short GNU Format for XXH3
    A new -H3 mode generates XXH3 64-bit hashes with a XXH3_ prefix, neatly distinguishing them from XXH64. The symlink xxh3sum defaults to this mode.

Portability

  • LoongArch SX SIMD Support
    Includes an optimized LoongArch SX implementation (courtesy of @lrzlin).
  • Extended Platform Coverage
    Validated builds for AIX and SPARC CPUs.

New Contributors

Full Changelog: Cyan4973/xxHash@v0.8.2...v0.8.3

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Dec 30, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Dec 30, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Dec 30, 2024
Merged via the queue into master with commit 6798a83 Dec 30, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-xxhash-0.8.3 branch December 30, 2024 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants