Shift packed 16-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 > 15, result is defined to be all zeroes. Warning: prefer _mm_slli_epi16, less of a trap.
See Implementation
Shift packed 16-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 > 15, result is defined to be all zeroes. Warning: prefer _mm_slli_epi16, less of a trap.