Function core::arch::x86::_mm_insert_ps1.27.0[][src]

pub unsafe fn _mm_insert_ps(a: __m128, b: __m128, imm8: i32) -> __m128
This is supported on x86 and target feature sse4.1 only.

Select a single value in a to store at some position in b, Then zero elements according to imm8.

imm8 specifies which bits from operand a will be copied, which bits in the result they will be copied to, and which bits in the result will be cleared. The following assignments are made:

Intel's documentation