_mm_sllv_epi64

Shift packed 64-bit integers in a left by the amount specified by the corresponding element in b while shifting in zeros.

nothrow @nogc pure @trusted
__m128i
_mm_sllv_epi64
(
__m128i a
,
__m128i count
)

Meta