Avx512F.X64.ConvertToUInt64WithTruncation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ConvertToUInt64WithTruncation(Vector128<Double>) |
unsigned __int64 _mm_cvttsd_u64 (__m128d a) VCVTTSD2USI r64, xmm1/m64{er} This intrinsic is only available on 64-bit processes |
ConvertToUInt64WithTruncation(Vector128<Single>) |
unsigned __int64 _mm_cvttss_u64 (__m128 a) VCVTTSS2USI r64, xmm1/m32{er} This intrinsic is only available on 64-bit processes |
ConvertToUInt64WithTruncation(Vector128<Double>)
- Source:
- Avx512F.cs
- Source:
- Avx512F.cs
unsigned __int64 _mm_cvttsd_u64 (__m128d a)
VCVTTSD2USI r64, xmm1/m64{er} This intrinsic is only available on 64-bit processes
public:
static System::UInt64 ConvertToUInt64WithTruncation(System::Runtime::Intrinsics::Vector128<double> value);
public static ulong ConvertToUInt64WithTruncation (System.Runtime.Intrinsics.Vector128<double> value);
static member ConvertToUInt64WithTruncation : System.Runtime.Intrinsics.Vector128<double> -> uint64
Public Shared Function ConvertToUInt64WithTruncation (value As Vector128(Of Double)) As ULong
Parameters
Returns
Applies to
ConvertToUInt64WithTruncation(Vector128<Single>)
- Source:
- Avx512F.cs
- Source:
- Avx512F.cs
unsigned __int64 _mm_cvttss_u64 (__m128 a)
VCVTTSS2USI r64, xmm1/m32{er} This intrinsic is only available on 64-bit processes
public:
static System::UInt64 ConvertToUInt64WithTruncation(System::Runtime::Intrinsics::Vector128<float> value);
public static ulong ConvertToUInt64WithTruncation (System.Runtime.Intrinsics.Vector128<float> value);
static member ConvertToUInt64WithTruncation : System.Runtime.Intrinsics.Vector128<single> -> uint64
Public Shared Function ConvertToUInt64WithTruncation (value As Vector128(Of Single)) As ULong