Function _blsr_u32

#[target_feature(enable = "bmi1")]
pub const fn _blsr_u32(x: u32) -> u32

Resets the lowest set bit of x.

If x is sets CF.

Intel's documentation