add count_leading_zeros, count_trailing_zeros, and count_ones implementations
authorJacob Lifshay <programmerjake@gmail.com>
Tue, 18 May 2021 04:13:12 +0000 (21:13 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Tue, 18 May 2021 04:13:12 +0000 (21:13 -0700)
commit8a170330691c442c16cf6a7c6606fc19493e9e81
treecd7acbefa8ca40b45771ec49947b131acfb37a83
parent44ef5b89a4a4475f35891c1eb96c463fff6d1721
add count_leading_zeros, count_trailing_zeros, and count_ones implementations
src/algorithms.rs
src/algorithms/base.rs
src/algorithms/integer.rs [new file with mode: 0644]
src/prim.rs
src/stdsimd.rs