_mm_sll_epi32

Shift packed 32-bit integers in a left by count while shifting in zeros. Bit-shift is a single value in the low-order 64-bit of count. If bit-shift > 31, result is defined to be all zeroes. Note: prefer _mm_slli_epi32, less of a trap.

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

Meta