-
Enhancement
-
Resolution: Unresolved
-
P4
-
22
-
x86, sparc, arm, ppc
Follow up from https://bugs.openjdk.org/browse/JDK-8320347, per https://github.com/openjdk/jdk/pull/16716#issuecomment-1827160407
Replace vpblendvp[sd] with macro assembler call and test in:
C2_MacroAssembler::vector_cast_double_to_int_special_cases_avx
C2_MacroAssembler::vector_count_leading_zeros_int_avx
C2_MacroAssembler::vector_cast_float_to_int_special_cases_avx
Replace vpblendvp[sd] with macro assembler call and test in:
C2_MacroAssembler::vector_cast_double_to_int_special_cases_avx
C2_MacroAssembler::vector_count_leading_zeros_int_avx
C2_MacroAssembler::vector_cast_float_to_int_special_cases_avx
- relates to
-
JDK-8320347 Emulate vblendvp[sd] on ECore
-
- Resolved
-
- links to
-
Review openjdk/jdk/18310