RFR: 8341052: SHA-512 implementation using SHA-NI [v5]
Smita Kamath
svkamath at openjdk.org
Wed Oct 16 23:13:45 UTC 2024
> Hi, I want to submit an optimization for SHA-512 algorithm using SHA instructions (sha512msg1, sha512msg2 and sha512rnds2) . Kindly review the code and provide feedback. Thank you.
Smita Kamath has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains seven commits:
- Merge branch 'master' of https://git.openjdk.org/jdk into sha-512
- Updated code as per review comments
- Addressed a review comment
- Updated code as per review comment & updated test case
- Updated AMD64.java
- Merge master
- SHA-512 implementation using SHA-NI instructions
-------------
Changes: https://git.openjdk.org/jdk/pull/20633/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20633&range=04
Stats: 271 lines in 10 files changed: 252 ins; 11 del; 8 mod
Patch: https://git.openjdk.org/jdk/pull/20633.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20633/head:pull/20633
PR: https://git.openjdk.org/jdk/pull/20633
More information about the hotspot-compiler-dev
mailing list