_popcnt32

Function _popcnt32 

1.27.0
pub fn _popcnt32(x: i32) -> i32
Expand description

Counts the bits that are set.

Intel’s documentation