RFR: 8348561: Add aarch64 intrinsics for ML-DSA [v8]

Ferenc Rakoczi duke at openjdk.org
Fri Feb 28 06:22:09 UTC 2025


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

Ferenc Rakoczi has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 13 commits:

 - Merged master.
 - Added more comments, mainly as suggested by Andrew Dinn
 - Changed aarch64-asmtest.py as suggested by Bhavana-Kilambi
 - Accepting suggested change from Andrew Dinn
 - Added comments suggested by Andrew Dinn
 - Fixed copyright years
 - renaming a couple of functions
 - Adding comments + some code reorganization
 - removed debugging code
 - merging master
 - ... and 3 more: https://git.openjdk.org/jdk/compare/ab4b0ef9...d82dfb2f

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

Changes: https://git.openjdk.org/jdk/pull/23300/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23300&range=07
  Stats: 2611 lines in 22 files changed: 2030 ins; 92 del; 489 mod
  Patch: https://git.openjdk.org/jdk/pull/23300.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23300/head:pull/23300

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


More information about the hotspot-dev mailing list