_mm_packus_epi32

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

nothrow @nogc @trusted
__m128i
_mm_packus_epi32
(
__m128i a
,
__m128i b
)

Meta