Avx512F.DuplicateOddIndexed(Vector512<Single>) 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.
__m512 _mm512_movehdup_ps (__m512 a)
VMOVSHDUP zmm1 {k1}{z}, zmm2/m512
public:
static System::Runtime::Intrinsics::Vector512<float> DuplicateOddIndexed(System::Runtime::Intrinsics::Vector512<float> value);
public static System.Runtime.Intrinsics.Vector512<float> DuplicateOddIndexed (System.Runtime.Intrinsics.Vector512<float> value);
static member DuplicateOddIndexed : System.Runtime.Intrinsics.Vector512<single> -> System.Runtime.Intrinsics.Vector512<single>
Public Shared Function DuplicateOddIndexed (value As Vector512(Of Single)) As Vector512(Of Single)
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.