1. 01 7月, 2010 20 次提交
  2. 30 6月, 2010 12 次提交
  3. 29 6月, 2010 7 次提交
  4. 28 6月, 2010 1 次提交
    • S
      win32: Add missing function ffs · 4972d592
      Stefan Weil 提交于
      mingw32 does not include function ffs.
      
      Commit c6d29ad6 added a
      declaration for ffs, but an implementation was missing.
      
      For compilations with optimization, the compiler creates
      inline code, so the implementation is not always needed.
      
      Without optimization, linking fails without this patch.
      
      v2: Use __builtin_ffs as suggested by Richard Henderson
      
      Cc: Richard Henderson <rth@twiddle.net>
      Signed-off-by: NStefan Weil <weil@mail.berlios.de>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      4972d592