Intrinsics for Insert/Extract Operations
- _mm256_inserti128_si256
Inserts 128-bits of packed integer data of the second source vector into the destination vector at a 128-bit offset from imm8[0]. The corresponding AVX2 instruction is VINSERTI128.
- _mm256_extracti128_si256
Extracts 128-bits of packed integer data of the second source vector into the destination vector at a 128-bit offset from imm8[0]. The corresponding AVX2 instruction is VEXTRACTI128.