Function core::arch::x86::_mm256_inserti128_si256
1.27.0 · source · pub unsafe fn _mm256_inserti128_si256(
a: __m256i,
b: __m128i,
const IMM1: i32
) -> __m256iAvailable on (x86 or x86-64) and target feature
avx2 and x86 only.Expand description
将 a 复制到 dst,然后在 IMM1 指定的位置插入来自 b 的 128 位 (整数数据)。