Function core::arch::x86_64::_mm256_insertf128_pd

1.27.0 · source ·
pub unsafe fn _mm256_insertf128_pd(
    a: __m256d,
    b: __m128d,
    const IMM1: i32
) -> __m256d
Available on (x86 or x86-64) and target feature avx and x86-64 only.
Expand description

a 复制到结果中,然后将 b 中的 128 位 (由 2 个包装的双精度 (64-bit) 浮点元素组成) 插入 imm8 指定的位置的结果中。

Intel’s documentation