Browse Source

u_math.h: Remove redundant mingw32 ffs definition

Signed-off-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
tags/mesa-7.11-rc1
Matt Turner 14 years ago
parent
commit
48a0a096f8
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/gallium/auxiliary/util/u_math.h

+ 0
- 4
src/gallium/auxiliary/util/u_math.h View File

@@ -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.
*/

Loading…
Cancel
Save