RFR: 8334999: RISC-V: implement AES single block encryption/decryption intrinsics
Robbin Ehn
rehn at openjdk.org
Mon Jul 1 06:22:18 UTC 2024
On Sun, 30 Jun 2024 14:02:00 GMT, ArsenyBochkarev <duke at openjdk.org> wrote:
> Hello everyone! Please review this port of vector AES single block encryption/decryption intrinsics. On my QEMU with `Zvkned` extension enabled the `test/hotspot/jtreg/compiler/codegen/aes/TestAESMain.java` test is OK. I know that currently hardware implementing this extension is not available on the market but I suppose this PR can be a good starting point on supporting AES intrinsics for RISC-V in OpenJDK.
Thank you, looks good!
-------------
Marked as reviewed by rehn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/19960#pullrequestreview-2150512867
More information about the hotspot-dev
mailing list