RFR: 8341527: AVX-512 intrinsic for SHA3 [v7]
Sandhya Viswanathan
sviswanathan at openjdk.org
Thu Oct 24 18:00:15 UTC 2024
On Tue, 22 Oct 2024 11:33:57 GMT, Ferenc Rakoczi <duke at openjdk.org> wrote:
>> There is already an intrinsic for SHA-3 for aarch64, which gives significant speed improvement on that architecture, so this pull request is bringing similar improvement for tha x64 family of systems that have the AVX-512 extension. Rudimentary measurements show that 30-40% speed improvement can be achieved.
>
> Ferenc Rakoczi has updated the pull request incrementally with one additional commit since the last revision:
>
> assembly changes suggested by sviswa7
I haven't reviewed the rounds_24 loop. Other than that the PR looks good to me.
-------------
Marked as reviewed by sviswanathan (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/21352#pullrequestreview-2393381768
More information about the hotspot-dev
mailing list