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