Skip to content

util: shift the mask in BITSET_TEST_RANGE_INSIDE_WORD to be relative to b

Marek Olšák requested to merge mareko/mesa:util-fix-bitset-test-mask into main

What does this MR do and why?

util: shift the mask in BITSET_TEST_RANGE_INSIDE_WORD to be relative to b

so that users don't have to shift it at every use. It was supposed to be
like this from the beginning.

Fixes: fb994f44d91a4b947 - util: make BITSET_TEST_RANGE_INSIDE_WORD take a value to compare with

Merge request reports

Loading