Skip to content

util/bitscan: Avoid variable shadowing when using u_foreach_bit/64

Corentin Noël requested to merge tintou/mesa:tintou/bitscan-shadow into main

What does this MR do and why?

Variable shadowing might occur if one is using a u_foreach_bit inside another one.

suffix it with the b argument that is a variable name already.

Merge request reports