Integrated: 8334999: RISC-V: implement AES single block encryption/decryption intrinsics
Arseny Bochkarev
duke at openjdk.org
Thu Oct 31 12:22:37 UTC 2024
On Sun, 30 Jun 2024 14:02:00 GMT, Arseny Bochkarev <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.
This pull request has now been integrated.
Changeset: e5bbad05
Author: Arseny Bochkarev <bochkarevarseny at gmail.com>
URL: https://git.openjdk.org/jdk/commit/e5bbad059d5dc293288ac415c9f7d0fa89c64b74
Stats: 210 lines in 4 files changed: 197 ins; 11 del; 2 mod
8334999: RISC-V: implement AES single block encryption/decryption intrinsics
Reviewed-by: fyang, rehn, yzhu
-------------
PR: https://git.openjdk.org/jdk/pull/19960
More information about the hotspot-dev
mailing list