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

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

b 中相应的带符号 16 位整数为负时,将 a 中的 16 位整数包装为无效,并返回结果。

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

Intel’s documentation