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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.