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

pub unsafe fn _mm_insert_ps<const IMM8: i32>(a: __m128, b: __m128) -> __m128
This is supported on x86-64 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