Function _blsr_u64

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

Resets the lowest set bit of x.

If x is sets CF.

Intel's documentation