-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
25, 26
-
aarch64
-
linux
jdk/incubator/vector/Double256VectorTests.java
jdk/incubator/vector/DoubleMaxVectorTests.java
jdk/incubator/vector/Float256VectorTests.java
jdk/incubator/vector/FloatMaxVectorTests.java
throw exception on 256-bit sve machine:
test Double256VectorTests.ACOSDouble256VectorTests(double[-i * 5]): failure [83ms]
java.lang.InternalError: not supported: ACOS Species[double, 4, S_256_BIT] acosdx_u10sve
test Double256VectorTests.ACOSDouble256VectorTests(double[i * 5]): failure [1ms]
java.lang.InternalError: not supported: ACOS Species[double, 4, S_256_BIT] acosdx_u10sve
https://github.com/openjdk/jdk/commit/130b0cdaa6604da47a893e5425547acf3d5253f4#diff-d0d775e9532fd48537bb0e77eceed944df53747cb59143375f92d74710d0ea22 introduced the bug because of the typo in make/autoconf/flags-cflags.m4
jdk/incubator/vector/DoubleMaxVectorTests.java
jdk/incubator/vector/Float256VectorTests.java
jdk/incubator/vector/FloatMaxVectorTests.java
throw exception on 256-bit sve machine:
test Double256VectorTests.ACOSDouble256VectorTests(double[-i * 5]): failure [83ms]
java.lang.InternalError: not supported: ACOS Species[double, 4, S_256_BIT] acosdx_u10sve
test Double256VectorTests.ACOSDouble256VectorTests(double[i * 5]): failure [1ms]
java.lang.InternalError: not supported: ACOS Species[double, 4, S_256_BIT] acosdx_u10sve
https://github.com/openjdk/jdk/commit/130b0cdaa6604da47a893e5425547acf3d5253f4#diff-d0d775e9532fd48537bb0e77eceed944df53747cb59143375f92d74710d0ea22 introduced the bug because of the typo in make/autoconf/flags-cflags.m4
- caused by
-
JDK-8353217 Build libsleef on macos-aarch64
-
- Resolved
-
- relates to
-
JDK-8312425 [vectorapi] AArch64: Optimize vector math operations with SLEEF
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/26465