1 reference to ConvertToInt32WithTruncation
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse2.cs (1)
690
public static int ConvertToInt32WithTruncation(Vector128<double> value) =>
ConvertToInt32WithTruncation
(value);