Function _popcnt32

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

Counts the bits that are set.

Intel’s documentation