_mm_insert_epi32

Insert the 32-bit integer i into a at the location specified by imm8[1:0].

nothrow @nogc pure @trusted
__m128i
_mm_insert_epi32
(
__m128i a
,
int i
,
const int imm8
)

Meta