RFR: 8341527: AVX-512 intrinsic for SHA3

Ferenc Rakoczi duke at openjdk.org
Fri Oct 4 10:20:48 UTC 2024


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.

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

Commit messages:
 - 8341527: AVX-512 intrinsic for SHA3

Changes: https://git.openjdk.org/jdk/pull/21352/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21352&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8341527
  Stats: 424 lines in 7 files changed: 421 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/21352.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/21352/head:pull/21352

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


More information about the hotspot-dev mailing list