pub unsafe fn _blsr_u32(x: u32) -> u32
Available on non-crate feature miri-test-libstd and x86-64 only.
Expand description

Resets the lowest set bit of x.

If x is sets CF.

Intel’s documentation