-
Notifications
You must be signed in to change notification settings - Fork 253
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
Add asm!-based backend for LoongArch64 targets #504
Conversation
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 for your patch.
And now On Loongson 3A5000 @ 2.3GHz: Without this patch:
With asm-hashes patch:
With this patch: 👍
|
@heiher |
@newpavlov Thank you. The tests are PASSED.
|
Based on code from RustCrypto/asm-hashes#66
@heiher
Can you check whether I translated assembly correctly? Both by running tests and by manual inspection of the code.
Also it would be nice if cross had support for LoongArch64, so we could run tests properly in our CI.