Avx512F.ConvertToVector512UInt32WithTruncation Method
In this article
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.
__m512i _mm512_cvttps_epu32 (__m512 a)
VCVTTPS2UDQ zmm1 {k1}{z}, zmm2/m512/m32bcst{er}
public:
static System::Runtime::Intrinsics::Vector512<System::UInt32> ConvertToVector512UInt32WithTruncation(System::Runtime::Intrinsics::Vector512<float> value);
C#
public static System.Runtime.Intrinsics.Vector512<uint> ConvertToVector512UInt32WithTruncation(System.Runtime.Intrinsics.Vector512<float> value);
static member ConvertToVector512UInt32WithTruncation : System.Runtime.Intrinsics.Vector512<single> -> System.Runtime.Intrinsics.Vector512<uint32>
Public Shared Function ConvertToVector512UInt32WithTruncation (value As Vector512(Of Single)) As Vector512(Of UInteger)
Applies to
Product | Versions |
---|---|
.NET | 8, 9, 10 |
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.
.NET feedback
.NET is an open source project. Select a link to provide feedback: