Closed andersk closed 6 years ago
Use the size in bits, not bytes, in count_zeroes; use unsigned arithmetic in optimized count_ones. Fixes #54.
count_zeroes
count_ones
Use the size in bits, not bytes, in
count_zeroes
; use unsigned arithmetic in optimizedcount_ones
. Fixes #54.