Intel® C++ Compiler Classic Developer Guide and Reference
Visible to Intel only — GUID: GUID-03B8605D-C485-4926-B87E-ECC3FEC3F72C
Visible to Intel only — GUID: GUID-03B8605D-C485-4926-B87E-ECC3FEC3F72C
_mm256_unpacklo_ps
Unpacks and interleaves low packed single-precision floating point values. The corresponding Intel® AVX instruction is VUNPCKLPS.
Syntax
extern __m256 _mm256_unpacklo_ps(__m256 m1, __m256 m2); |
Arguments
m1 |
float32 source vector |
m2 |
float32 source vector |
Description
Performs an interleaved unpack operation of low single-precision floating point values of the two source vectors m1 and m2, and returns the result of the operation.
Returns
A vector with unpacked interleaved single-precision floating point values.