RFR: 8364184: [REDO] AArch64: [VectorAPI] sve vector math operations are not supported after JDK-8353217
Magnus Ihse Bursie
ihse at openjdk.org
Wed Aug 20 06:47:40 UTC 2025
On Thu, 31 Jul 2025 16:14:35 GMT, Fei Gao <fgao at openjdk.org> wrote:
> This patch fixes a typo introduced in JDK-8353217, which incorrectly disabled SVE vector math symbols. As a result, some vector math test cases such as `jdk/incubator/vector/Double256VectorTests.java` threw
> exceptions on 256-bit `sve` machines with errors like:
> `java.lang.InternalError: not supported: ACOS Species[double, 4, S_256_BIT] acosdx_u10sve.`
>
> `test/jdk/jdk/incubator/vector` passed on 256-bit `sve` and `neon` machine.
LGTM
-------------
Marked as reviewed by ihse (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/26577#pullrequestreview-3135008209
More information about the build-dev
mailing list