-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Add 1-way SSE4 SHA256 implementation using intrinsics for MSVC builds #28526
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
Conversation
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code CoverageFor detailed information about the code coverage, see the test coverage report. ReviewsSee the guideline for information on the review process. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
Rebased on top of the merged #27598. |
🐙 This pull request conflicts with the target branch and needs rebase. |
Deferring to after cmake. |
This PR reintroduces the 1-way SSE4 SHA256 implementation using intrinsics, as suggested in #13442, specifically for MSVC builds, where a 50% performance gain has been achieved.
Here are benchmarks on my machine with Intel Core i5-8350U CPU (no
sha_ni
flag) + Windows 11 Pro 22H2:Based on #24773.