On Wed, 10 Jun 2026 06:10:15 GMT, Emanuel Peter <[email protected]> wrote:
>> Eric Fang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Merge two conditional branches
>
> 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!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/31269#discussion_r3386015204