Function core::arch::arm::__qadd [−][src]
pub unsafe fn __qadd(a: i32, b: i32) -> i32This is supported on (non-crate feature
miri-test-libstd or test or doctest) and ARM only.Expand description
Signed saturating addition
Returns the 32-bit saturating signed equivalent of a + b. Sets the Q flag if saturation occurs.