Integrated: 8341527: AVX-512 intrinsic for SHA3

Ferenc Rakoczi duke at openjdk.org
Tue Oct 29 15:21:29 UTC 2024


On Fri, 4 Oct 2024 10:15:30 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.

This pull request has now been integrated.

Changeset: 9cfb0f7f
Author:    Ferenc Rakoczi <ferenc.r.rakoczi at oracle.com>
Committer: Weijun Wang <weijun at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/9cfb0f7f7ad31081c917be1eb0e39e2552e45382
Stats:     426 lines in 9 files changed: 421 ins; 0 del; 5 mod

8341527: AVX-512 intrinsic for SHA3

Reviewed-by: sviswanathan

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

PR: https://git.openjdk.org/jdk/pull/21352


More information about the hotspot-dev mailing list