Registry / utility / libpopcnt

libpopcnt

JSON →
library3.1vcpkgunverified

Fast C/C++ bit population count library providing efficient popcount operations.

vcpkg install libpopcnt
INSTALL
IMPORT
SIG · LIBPOPCNT
L
libpopcnt
utilitycppv3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libpopcnt.h
#include <libpopcnt.h>

Computes the population count (number of set bits) of a 64-bit integer.

#include "libpopcnt.h" #include <cstdint> int main() { uint64_t value = 0x1234567890ABCDEF; int count = popcnt64(value); return count; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libpopcnt — pip install libpopcnt · libregistry