Function _popcnt32

#[target_feature(enable = "popcnt")]
pub const fn _popcnt32(x: i32) -> i32

Counts the bits that are set.

Intel's documentation