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
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.