pub unsafe fn __ssat(x: i32, const WIDTH: u32) -> i32
🔬This is a nightly-only experimental API. (
stdarch_arm_sat
)Available on ARM only.
Expand description
Saturates a 32-bit signed integer to a signed integer with a given bit width.