• A
    popcount() optimization for speed. · 343d3bd2
    antirez 提交于
    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.5 KB