Avx.DuplicateOddIndexed(Vector256<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.
__m256 _mm256_movehdup_ps (__m256 a)
VMOVSHDUP ymm, ymm/m256
public:
static System::Runtime::Intrinsics::Vector256<float> DuplicateOddIndexed(System::Runtime::Intrinsics::Vector256<float> value);
public static System.Runtime.Intrinsics.Vector256<float> DuplicateOddIndexed (System.Runtime.Intrinsics.Vector256<float> value);
static member DuplicateOddIndexed : System.Runtime.Intrinsics.Vector256<single> -> System.Runtime.Intrinsics.Vector256<single>
Public Shared Function DuplicateOddIndexed (value As Vector256(Of Single)) As Vector256(Of Single)
Parameters
Returns
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.