_mm_insert_epi8

Insert the 8-bit integer i into a at the location specified by imm8[2:0]. Copy a to dst, and insert the lower 8-bit integer from i into dst at the location specified by imm8.

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

Meta