_mm256_movehdup_ps

Duplicates odd-indexed single-precision floating point values. The corresponding Intel® AVX instruction is VMOVSHDUP.

Syntax

extern __m256 _mm256_movehdup_ps(__m256 a);

Arguments

a

float32 source vector

Description

Performs a duplication of odd-indexed single-precision floating-point values (float32 values) in the source vector, a, and returns the result.

Returns

Result of the duplication operation.


Submit feedback on this help topic

Copyright © 1996-2011, Intel Corporation. All rights reserved.