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

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

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

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

Intel’s documentation