On Wed, 10 Jun 2026 06:34:08 GMT, Eric Fang <[email protected]> wrote:
>> src/hotspot/cpu/aarch64/aarch64_vector.ad line 325:
>>
>>> 323: if (UseSVE < 2 && length_in_bytes > 16) {
>>> 324: return false;
>>> 325: }
>>
>> NEON is also affected, right? Just asking because @XiaohongGong asked to
>> change the title to be SVE specific above.
>
> Yeah, NEON is also optimized. So the title is updated as `... for AArch64`.
> Thanks!
Yeah, this patch also contains NEON changes. Using `AArch64` is more accurate.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/31269#discussion_r3386675823