mklarqvist / positional-popcount

Fast C functions for the computing the positional popcount (pospopcnt).
Apache License 2.0
53 stars 5 forks source link

Add 8-bit positional popcount procedures #27

Closed WojciechMula closed 4 years ago

WojciechMula commented 4 years ago

Migrated part changes from https://github.com/mklarqvist/libalgebra/pull/4

Will add later AVX2 and AVX512 variant. Didn't like to make this MR too large.

mklarqvist commented 4 years ago

Great work @WojciechMula.