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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.