-
Bug
-
Resolution: Unresolved
-
P4
-
25
-
generic
Before [JDK-8353786](https://bugs.openjdk.org/browse/JDK-8353786), when a released jdk not supportting sleef (for any reason, e.g. low gcc version, intrinsic not supported, rvv not supported, and so on) runs on machine support vector operation (e.g. on riscv, it supports rvv), it can not call into sleef, but will not fail either, it falls back to java scalar version implementation.
This change the behaviour of existing jdk, and it should not throw exception anyway.
This change the behaviour of existing jdk, and it should not throw exception anyway.
- caused by
-
JDK-8353786 Migrate Vector API math library support to FFM API
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/24914