Function _popcnt64

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

Counts the bits that are set.

Intel's documentation