RFR: 8341052: SHA-512 implementation using SHA-NI [v3]

Jatin Bhateja jbhateja at openjdk.org
Sun Oct 13 17:12:12 UTC 2024


On Thu, 10 Oct 2024 23:13:11 GMT, Srinivas Vamsi Parasa <sparasa at openjdk.org> wrote:

>> We can do this change in a separate PR.
>
> I agree with Smita. The current implementation has a one-to-one correspondence with the ipsec implementation. Any new changes or refactoring could be implemented as a separate PR.

I agree, in principle, any optimization crafted to AVX2 is also applicable to AVX512 target, in future with AVX10.2 (converged ISA) we will have a 256bits flavors of two table permute for non-AVX512 targets, for now AVX-SHA512 is only available on client parts (upcoming Lunar lake) and its ok to follow the IPsec algorithm in toto.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/20633#discussion_r1798463742


More information about the hotspot-compiler-dev mailing list