-
Enhancement
-
Resolution: Fixed
-
P4
-
25
-
b15
-
riscv
-
linux
https://bugs.openjdk.org/browse/JDK-8345298 added riscv backend for Float16 scalar operations including MinHF/MaxHF operations.
But it didn't make use of the Zfa fminm/fmaxm to further optimize the MinHF/MaxHF operations on this platform.
We should also consider Zfa fminm/fmaxm support for float16 type, which is similar as https://bugs.openjdk.org/browse/JDK-8349632.
But it didn't make use of the Zfa fminm/fmaxm to further optimize the MinHF/MaxHF operations on this platform.
We should also consider Zfa fminm/fmaxm support for float16 type, which is similar as https://bugs.openjdk.org/browse/JDK-8349632.
- relates to
-
JDK-8349632 RISC-V: Add Zfa fminm/fmaxm
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/b891bfa7
-
Review(master) openjdk/jdk/24047