Visible to Intel only — GUID: GUID-843CF571-A0F4-49B3-BB71-E33DF4DBEEA6
Visible to Intel only — GUID: GUID-843CF571-A0F4-49B3-BB71-E33DF4DBEEA6
<span class='option'>_mm256_permute2x128_si256 </span>
Permutes 128-bit integer data from the first source vector and the second source vector in the destination vector. The corresponding Intel® AVX2 instruction is VPERM2I128.
extern __m256i _mm256_permute2x128_si256(__m256i a, __m256i b, int control); |
a |
integer source vector |
b |
integer source vector |
control |
8-bit immediate used for the operation |
Permutes 128-bit integer data from source vector a and source vector b using bits in the 8-bit immediate and stores results in the destination vector.
Result of the permute operation.