Avx512F.ConvertToUInt32WithTruncation 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
ConvertToUInt32WithTruncation(Vector128<Single>) |
unsigned int _mm_cvttss_u32 (__m128 a) VCVTTSS2USI r32, xmm1/m32{er} |
ConvertToUInt32WithTruncation(Vector128<Double>) |
unsigned int _mm_cvttsd_u32 (__m128d a) VCVTTSD2USI r32, xmm1/m64{er} |
ConvertToUInt32WithTruncation(Vector128<Single>)
- Source:
- Avx512F.cs
- Source:
- Avx512F.cs
unsigned int _mm_cvttss_u32 (__m128 a)
VCVTTSS2USI r32, xmm1/m32{er}
public:
static System::UInt32 ConvertToUInt32WithTruncation(System::Runtime::Intrinsics::Vector128<float> value);
public static uint ConvertToUInt32WithTruncation (System.Runtime.Intrinsics.Vector128<float> value);
static member ConvertToUInt32WithTruncation : System.Runtime.Intrinsics.Vector128<single> -> uint32
Public Shared Function ConvertToUInt32WithTruncation (value As Vector128(Of Single)) As UInteger
Parameters
Returns
Applies to
ConvertToUInt32WithTruncation(Vector128<Double>)
- Source:
- Avx512F.cs
- Source:
- Avx512F.cs
unsigned int _mm_cvttsd_u32 (__m128d a)
VCVTTSD2USI r32, xmm1/m64{er}
public:
static System::UInt32 ConvertToUInt32WithTruncation(System::Runtime::Intrinsics::Vector128<double> value);
public static uint ConvertToUInt32WithTruncation (System.Runtime.Intrinsics.Vector128<double> value);
static member ConvertToUInt32WithTruncation : System.Runtime.Intrinsics.Vector128<double> -> uint32
Public Shared Function ConvertToUInt32WithTruncation (value As Vector128(Of Double)) As UInteger
Parameters
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.