Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-325CB54A-EE3E-4957-9D9A-00942F870FB5
Visible to Intel only — GUID: GUID-325CB54A-EE3E-4957-9D9A-00942F870FB5
<span class='option'>_mm256_movehdup_ps</span>
Duplicates odd-indexed single-precision floating point values. The corresponding Intel® AVX instruction is VMOVSHDUP.
extern __m256 _mm256_movehdup_ps(__m256 a); |
a |
float32 source vector |
Performs a duplication of odd-indexed single-precision floating-point values (float32 values) in the source vector a, and returns the result.
Result of the duplication operation.