Function safe_arch::abs_i32_m128i
source · pub fn abs_i32_m128i(a: m128i) -> m128i
Available with target feature
ssse3
only.Expand description
Lanewise absolute value with lanes as i32
.
This is a “wrapping” absolute value, so i32::MIN
stays as i32::MIN
.
- Intrinsic:
_mm_abs_epi32
- Assembly:
pabsd xmm, xmm