Add optimization for scalar/vector conversion of uint32
/uint64
to/from packed float
/double
#80829
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
avx512
Related to the AVX-512 architecture
Milestone
AVX512VL
adds a number of new scalar/packed conversion for unsigned 32-bit/64-bit integer types to float/double. These allow to replace less efficient conversions on xarch --- either multiple instructions or dedicated helper methods --- with single accelerated instructions.The text was updated successfully, but these errors were encountered: