Details
-
Bug
-
Resolution: Duplicate
-
P3
-
19, 20, 21
-
riscv
-
linux
Description
Currently, the `vfcvt_rtz_x_f_v` operand is being used in `RoundDoubleModeV`. We use the `csrwi` instruction to set frm for different rounding mode, which is similar to scalar calculations. But `vfcvt_rtz_x_f_v` will not use dynamic rounding mode.
The test `TestDoubleVect.java`[1] will not cover `RoundDoubleModeV` as expected, I'm continuing to debug or write new test cases, but maybe that will be another issue.
The test `TestDoubleVect.java`[1] will not cover `RoundDoubleModeV` as expected, I'm continuing to debug or write new test cases, but maybe that will be another issue.
Attachments
Issue Links
- duplicates
-
JDK-8306966 RISC-V: Support vector cast node for Vector API
- Resolved
- relates to
-
JDK-8276799 Implementation of JEP 422: Linux/RISC-V Port
- Resolved