Avx512F.ConvertToVector256Int32WithTruncation(Vector512<Double>) 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.
__m256i _mm512_cvttpd_epi32 (__m512d a)
VCVTTPD2DQ ymm1 {k1}{z}, zmm2/m512/m64bcst{sae}
public:
static System::Runtime::Intrinsics::Vector256<int> ConvertToVector256Int32WithTruncation(System::Runtime::Intrinsics::Vector512<double> value);
public static System.Runtime.Intrinsics.Vector256<int> ConvertToVector256Int32WithTruncation (System.Runtime.Intrinsics.Vector512<double> value);
static member ConvertToVector256Int32WithTruncation : System.Runtime.Intrinsics.Vector512<double> -> System.Runtime.Intrinsics.Vector256<int>
Public Shared Function ConvertToVector256Int32WithTruncation (value As Vector512(Of Double)) As Vector256(Of Integer)
Parameters
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.