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