RFR: 8351034: Add AVX-512 intrinsics for ML-DSA

Ferenc Rakoczi duke at openjdk.org
Mon Mar 3 11:18:32 UTC 2025


By using the AVX-512 vector registers the speed of the computation of the ML-DSA algorithms (key generation, document signing, signature verification) can be approximately doubled.

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

Commit messages:
 - JDK-8351034 Add AVX-512 intrinsics for ML-DSA

Changes: https://git.openjdk.org/jdk/pull/23860/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23860&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8351034
  Stats: 2530 lines in 18 files changed: 2445 ins; 9 del; 76 mod
  Patch: https://git.openjdk.org/jdk/pull/23860.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23860/head:pull/23860

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


More information about the hotspot-dev mailing list