瀏覽代碼

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 年之前
父節點
當前提交
48a0a096f8
共有 1 個檔案被更改,包括 0 行新增4 行删除
  1. 0
    4
      src/gallium/auxiliary/util/u_math.h

+ 0
- 4
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.
*/

Loading…
取消
儲存