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.

-------------

Commit messages:
 - Split into two separate tasks
 - Merge branch 'master' into redo-jdk8364184
 - 8364184: [REDO] AArch64: [VectorAPI] sve vector math operations are not 
supported after JDK-8353217

Changes: https://git.openjdk.org/jdk/pull/26577/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26577&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8364184
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/26577.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26577/head:pull/26577

PR: https://git.openjdk.org/jdk/pull/26577

Reply via email to