Add optimization for vector conversion of uint
/ulong
to float
/double
.
#89277
Labels
Milestone
uint
/ulong
to float
/double
.
#89277
AVX512VL adds a number of new 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: