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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.