• antirez's avatar
    popcount() optimization for speed. · 343d3bd2
    antirez authored
    We run the array by 32 bit words instead of processing it byte per byte.
    If the code is compiled using GCC __builtin_popcount() builtin function
    is used instead.
    343d3bd2
bitop.c 9.53 KB