On Thu, Aug 27, 2015 at 4:56 PM, Ilia Mirkin <imir...@alum.mit.edu> wrote: > The ffsll patch seems dodgy... among other things the same logic is in > imports.c and thus would probably best refactored to src/util, but > additionally it's only defined if !_GNU_SOURCE -- is that OK? Would > e.g. a 32-bit build have ffsll?
Testing _GNU_SOURCE isn't correct -- you #define it to say that you want GNU extensions, not ask whether it's defined. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev