rust crate for counting the number of set bits in a byte slice, with simd acceleration when available.
features
std
: enabled by default. enables runtime arch detection.nightly
: enables avx512 simd implementation.
rust crate for counting the number of set bits in a byte slice, with simd acceleration when available.
std
: enabled by default. enables runtime arch detection.nightly
: enables avx512 simd implementation.