uint64_t popcount_zeros(uint64_t const *const buffer)
Counts the number of zero bits in a specific number of 64-bit words.
Definition popcount.hpp:59
uint64_t popcount(uint64_t const *const buffer)
Compute popcount of a specific number of 64-bit words.
Definition popcount.hpp:41