Function core::arch::x86::_mm_sign_epi321.27.0[][src]

pub unsafe fn _mm_sign_epi32(a: __m128i, b: __m128i) -> __m128i
This is supported on x86 and target feature ssse3 only.
Expand description

b 中相应的带符号 32 位整数为负时,对 a 中的包装 32 位整数求反,并返回结果。

b 中的对应元素为零时,结果中的元素将被清零。

Intel’s documentation