Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bobbyi/Fast-Bit-Counting

Count how many bits are set (population count) in C++ using POPCNT via inline assembly and gcc intrinsics (with benchmarks)
https://github.com/bobbyi/Fast-Bit-Counting

Last synced: 1 day ago
JSON representation

Count how many bits are set (population count) in C++ using POPCNT via inline assembly and gcc intrinsics (with benchmarks)

Awesome Lists containing this project