[][src]Function core::arch::aarch64::__qadd

pub unsafe fn __qadd(a: i32, b: i32) -> i32
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on AArch64 only.

Signed saturating addition

Returns the 32-bit saturating signed equivalent of a + b. Sets the Q flag if saturation occurs.