Closed
Description
AVX10.2
introduces a set of saturating conversion instructions. These will allow us to further optimize the various floating point-> integer conversions. Specifically cases where we are currently handling edge cases with additional instructions. With these new instructions, we can accomplish this with just 1 instruction
Eg. double
-> ulong
This currently generates the following 2 instructions
vfixupimmsd
vcvttsd2usi