Function abs_i8_m128i
pub fn abs_i8_m128i(a: m128i) -> m128i
Available on crate feature
dep_safe_arch
only.Expand description
Lanewise absolute value with lanes as i8
.
This is a “wrapping” absolute value, so i8::MIN
stays as i8::MIN
.
- Intrinsic:
_mm_abs_epi8
- Assembly:
pabsb xmm, xmm