Daniel Lemire's blog

, 1 min read

Faster bitset decoding using Intel AVX-512

2 thoughts on “Faster bitset decoding using Intel AVX-512”

  1. hyw says:

    I want fast set the bitset by using multiple position, eg: the position : 1,4,5,6,9,3. the bitset is 0101111001…..

  2. hyw says:

    I want fast set the bitset by using multiple position, eg: the position : 1,4,5,6,9,3. the bitset is 0101111001…..whether can use the simd?