1 reference to ConvertToVector256Int32WithTruncation
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512F.cs (1)
3151
public static Vector256<int> ConvertToVector256Int32WithTruncation(Vector512<double> value) =>
ConvertToVector256Int32WithTruncation
(value);