Function _blsmsk_u32

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

Gets mask up to lowest set bit.

Intel's documentation