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