Signed-off-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Brian Paul <brianp@vmware.com>tags/mesa-7.11-rc1
@@ -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. | |||
*/ |