• A
    popcount() optimization for speed. · d12a68d4
    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.
    d12a68d4
bitop.c 9.5 KB