-
Notifications
You must be signed in to change notification settings - Fork 283
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
Improved chacha8 performance with MSVC #271
base: main
Are you sure you want to change the base?
Conversation
Why closed? |
Not sure why - re-opening |
@hoffmang9 @stotiks Just simply embrassed. |
And also added GCC thunk. 4~5% faster than before but only x64:
|
Create also pull request for https://github.com/madMAx43v3r/chia-plotter |
I'm not sure we have sufficient test coverage of chacha8 to make changes with confidence. Could we have a CI test to run this against a reference implementation? |
'This PR has been flagged as stale due to no activity for over 60 |
'This PR has been flagged as stale due to no activity for over 60 |
'This PR has been flagged as stale due to no activity for over 60 |
This looks great but needs some dev time to review |
'This PR has been flagged as stale due to no activity for over 60 |
This improves the performance of chacha8 a little with MSVC. (around 23%)
Additional my test code and results with same compiler options:
It has passed all tests. Thanks for your review.