core
1.88.0-nightly-4824c2bb7-2025-05-02
In core::
core_
arch::
x86::
abm
core
::
core_arch
::
x86
::
abm
Function
_popcnt32
Copy item path
1.27.0
·
Source
pub fn _popcnt32(x:
i32
) ->
i32
Available on
(x86 or x86-64) and target feature
popcnt
only.
Expand description
Counts the bits that are set.
Intel’s documentation