-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
libblake3: 1.6.1 -> 1.7.0; enable TBB multi-threading support #390458
Conversation
68b93c5
to
aaf1ef6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good except for the comments I left. Also as you write let's wait for a release
005a382
to
9a2c412
Compare
@fgaz Release |
One question I have about the However, I've noticed that version I suppose maybe it doesn't matter because Any thoughts on this? |
@silvanshade You can backport the |
This PR updates the version to
1.7.0
and enables recent TBB multi-threading support forlibblake3
.@fgaz