Module: Mesa Branch: master Commit: 48a0a096f878d1e627226eae520847063473b17f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=48a0a096f878d1e627226eae520847063473b17f
Author: Matt Turner <[email protected]> Date: Mon May 9 00:17:00 2011 -0400 u_math.h: Remove redundant mingw32 ffs definition Signed-off-by: Matt Turner <[email protected]> Signed-off-by: Brian Paul <[email protected]> --- src/gallium/auxiliary/util/u_math.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/src/gallium/auxiliary/util/u_math.h b/src/gallium/auxiliary/util/u_math.h index dad6a10..ad2a1f8 100644 --- a/src/gallium/auxiliary/util/u_math.h +++ b/src/gallium/auxiliary/util/u_math.h @@ -413,10 +413,6 @@ unsigned ffs( unsigned u ) #define ffs __builtin_ffs #endif -#ifdef __MINGW32__ -#define ffs __builtin_ffs -#endif - /* Could also binary search for the highest bit. */ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
