Function bit_zero_high_index_u32
pub fn bit_zero_high_index_u32(a: u32, index: u32) -> u32 ⓘ
Available on crate feature
dep_safe_arch
only.Expand description
Zero out all high bits in a u32
starting at the index given.
- Intrinsic:
_bzhi_u32
- Assembly:
bzhi r32, r32, r32