1 unstable release
0.1.0 | Apr 12, 2024 |
---|
#1451 in Hardware support
Used in 2 crates
16KB
286 lines
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.
lib.rs
:
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.
Dependencies
~2MB
~47K SLoC