Function core::arch::arm::dsp::__qadd [−][src]
pub unsafe fn __qadd(a: i32, b: i32) -> i32
This is supported on ARM only.
Expand description
带符号的饱和加法
返回 a + b 的 32 位饱和有符号数。 如果发生饱和,则设置 Q 标志。
pub unsafe fn __qadd(a: i32, b: i32) -> i32
带符号的饱和加法
返回 a + b 的 32 位饱和有符号数。 如果发生饱和,则设置 Q 标志。