1 reference to ConvertToUInt64WithTruncation
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx10v1.cs (1)
3942
public static ulong ConvertToUInt64WithTruncation(Vector128<float> value) =>
ConvertToUInt64WithTruncation
(value);