_mm_insert_epi64

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

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

Meta