1 reference to ConvertToVector256UInt64WithTruncation
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512DQ.cs (1)
195
public static Vector256<ulong> ConvertToVector256UInt64WithTruncation(Vector128<float> value) =>
ConvertToVector256UInt64WithTruncation
(value);