Re: [Mesa-dev] [PATCH v2 11/12] gallium/util: Add u_bit_scan_consecutive_range64.

2016-04-17 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sun, Apr 17, 2016 at 1:43 AM, Bas Nieuwenhuizen wrote: > For use by radeonsi. > > v2: Make sure that it works for all 64 bits set. > > Signed-off-by: Bas Nieuwenhuizen > --- >

[Mesa-dev] [PATCH v2 11/12] gallium/util: Add u_bit_scan_consecutive_range64.

2016-04-16 Thread Bas Nieuwenhuizen
For use by radeonsi. v2: Make sure that it works for all 64 bits set. Signed-off-by: Bas Nieuwenhuizen --- src/gallium/auxiliary/util/u_math.h | 14 ++ 1 file changed, 14 insertions(+) diff --git a/src/gallium/auxiliary/util/u_math.h