_mm_insert_epi16

Copy v, and insert the 16-bit integer i at the location specified by index.

nothrow @nogc @trusted
__m128i
_mm_insert_epi16
(
__m128i v
,
int i
,
int index
)

Meta