RFR: 8351412: Add AVX-512 intrinsics for ML-KEM [v3]
Ferenc Rakoczi
duke at openjdk.org
Mon May 12 08:57:36 UTC 2025
> By using the AVX-512 vector registers the speed of the computation of the ML-KEM algorithms (key generation, encapsulation, decapsulation) can be approximately doubled.
Ferenc Rakoczi has updated the pull request incrementally with one additional commit since the last revision:
Eliminating some instructions from generate_kyber12To16_avx512() + fixing a comment.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/24953/files
- new: https://git.openjdk.org/jdk/pull/24953/files/c5c6449f..43455de2
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=24953&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=24953&range=01-02
Stats: 75 lines in 1 file changed: 31 ins; 32 del; 12 mod
Patch: https://git.openjdk.org/jdk/pull/24953.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24953/head:pull/24953
PR: https://git.openjdk.org/jdk/pull/24953
More information about the hotspot-dev
mailing list