_mm_packus_epi16

Convert packed signed 16-bit integers from a and b to packed 8-bit integers using unsigned saturation.

nothrow @nogc pure @trusted
__m128i
_mm_packus_epi16
(
__m128i a
,
__m128i b
)

Meta