Function core::arch::x86_64::_mm256_insertf128_ps 1.27.0[−][src]
pub unsafe fn _mm256_insertf128_ps<const IMM1: i32>(
a: __m256,
b: __m128
) -> __m256
This is supported on x86-64 and target feature
avx
only.Expand description
将 a
复制到结果中,然后将 b
中的 128 位 (由 4 个包装的单精度 (32-bit) 浮点元素组成) 插入 imm8
指定的位置的结果中。