pub fn population_count_i64(a: i64) -> i32
Available with target feature popcnt only.
Expand description

Count the number of bits set within an i64

  • Intrinsic: _popcnt64
  • Assembly: popcnt r64, r64