_mm_sra_epi16

Shift packed 16-bit integers in a right by count while shifting in sign bits.

nothrow @nogc deprecated pure @trusted
__m128i
_mm_sra_epi16
(
__m128i a
,
__m128i count
)

Meta