Function core::arch::x86_64::_popcnt64 1.27.0[−][src]
pub unsafe fn _popcnt64(x: i64) -> i32This is supported on (non-crate feature
miri-test-libstd or test or doctest) and x86-64 and target feature popcnt only.Expand description
Counts the bits that are set.