Currently the C2 JIT only supports float -> int and double -> long conversion for x86.
The following conversions need to be supported in the c2 JIT:
float -> long, short, byte
double -> int, short, byte
The following conversions need to be supported in the c2 JIT:
float -> long, short, byte
double -> int, short, byte
- relates to
-
JDK-8288281 compiler/vectorapi/VectorFPtoIntCastTest.java failed with "IRViolationException: There were one or multiple IR rule failures."
-
- Resolved
-
-
JDK-8288043 Optimize FP to word/sub-word integral type conversion on X86 AVX2 platforms
-
- Resolved
-