RFR: 8348561: Add aarch64 intrinsics for ML-DSA [v5]
Andrew Haley
aph at openjdk.org
Thu Feb 27 10:19:06 UTC 2025
On Tue, 25 Feb 2025 15:58:18 GMT, Ferenc Rakoczi <duke at openjdk.org> wrote:
>> Aha!
>>
>>
>> aph at Andrews-MacBook-Pro ~ % as t.s
>> t.s:1:19: error: expected 'sxtx' 'uxtx' or 'lsl' with optional integer in range [0, 4]
>> sub x1, x10, x23, sxth #2
>> ^
>> aph at Andrews-MacBook-Pro ~ % as --version
>> Apple clang version 16.0.0 (clang-1600.0.26.6)
>> Target: arm64-apple-darwin24.3.0
>
> OK, so GNU as is more forgiving than Apple as...
Did my patch to aarch64-asmtest.py solve the problem?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23300#discussion_r1973284472
More information about the hotspot-dev
mailing list