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

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

带符号的饱和加法

返回 a + b 的 32 位饱和有符号数。 如果发生饱和,则设置 Q 标志。