RFR: 8334999: RISC-V: implement AES single block encryption/decryption intrinsics [v12]

Arseny Bochkarev duke at openjdk.org
Thu Oct 31 12:22:36 UTC 2024


On Wed, 30 Oct 2024 14:23:42 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.
>
> Arseny Bochkarev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Expand the comment on endian swap

Thanks everyone for all the comments and reviews!

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

PR Comment: https://git.openjdk.org/jdk/pull/19960#issuecomment-2449709865


More information about the hotspot-dev mailing list