_mm_sign_pi8

Negate packed 8-bit integers in a when the corresponding signed 8-bit integer in b is negative. Elements in result are zeroed out when the corresponding element in b is zero.

nothrow @nogc @trusted
__m64
_mm_sign_pi8
(
__m64 a
,
__m64 b
)

Meta