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-5E28E932-5482-42AB-B4F5-C6ED21706422
Visible to Intel only — GUID: GUID-5E28E932-5482-42AB-B4F5-C6ED21706422
<span class='option'> _mm256_extractf128_ps</span>
Extracts 128-bit float32 values. The corresponding Intel® AVX instruction is VEXTRACTF128.
extern __m128 _mm256_extractf128_ps(__m256 m1, const int offset); |
m1 |
float32 source vector |
offset |
a constant integer value that represents the 128-bit offset from where extraction must start |
Extracts 128-bit packed single-precision floating point values (float32 values) from the source vector m1, starting from the location specified by the value in the offset parameter.
Result of the extraction operation.