PAPI
7.1.0.0
Loading...
Searching...
No Matches
Functions
pfmlib_comp_mips64.h File Reference
Go to the source code of this file.
Functions
static unsigned
long
pfmlib_popcnt
(unsigned
long
v)
Function Documentation
◆
pfmlib_popcnt()
static unsigned
long
pfmlib_popcnt
(
unsigned
long
v
)
inline
static
Definition at line
41
of file
pfmlib_comp_mips64.h
.
42
{
43
unsigned
long
sum = 0;
44
45
for
(; v ; v >>=1) {
46
if
(v & 0x1) sum++;
47
}
48
return
sum;
49
}
src
libperfnec
include
perfmon
pfmlib_comp_mips64.h
Generated on Wed Dec 20 2023 18:12:54 for PAPI by
1.9.6