#define COUNT_BITARRAY_LOW20_AND count_bitarray_low20_AND_AVX512 #define BITARRAY_AND4 bitarray_AND4_AVX512 #define BITARRAY_OR bitarray_OR_AVX512 #define COUNT ...
BitArray uses BitMaskNative to represent the individual words of the array, which is a typedef of either BitMask32 or BitMask64 depending on the target architecture. When reading/writing BitArrays ...