RFR: 8350589: Investigate cleaner implementation of AArch64 ML-DSA intrinsic introduced in JDK-8348561 [v4]
Andrew Dinn
adinn at openjdk.org
Thu Mar 13 19:00:55 UTC 2025
On Thu, 13 Mar 2025 15:17:29 GMT, Andrew Dinn <adinn at openjdk.org> wrote:
>> This PR reworks the existing AArch64 ML_DSA intrinsic code generator to make it clearer to read and easier to maintain.
>
> Andrew Dinn has updated the pull request incrementally with two additional commits since the last revision:
>
> - use references and const to avoid VSeq copying and fix int array arg issue
> - fix comment
GC test failures appear to be unrelated (especially seeing the same failure onaarch64 and x86 for an aarch64-only change!).
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24026#issuecomment-2722401713
More information about the hotspot-compiler-dev
mailing list