Thanks, applied.
On Thu, Jun 24, 2010 at 8:50 PM, Stefan Weil wrote:
> Am 12.06.2010 16:07, schrieb Stefan Weil:
>>
>> mingw32 does not include function ffs.
>>
>> Commit c6d29ad6e24533cc3762e1d654275607e1d03058 added a
>> declaration for ffs, but an implementation was missing.
>>
>> For compilat
Am 12.06.2010 16:07, schrieb Stefan Weil:
mingw32 does not include function ffs.
Commit c6d29ad6e24533cc3762e1d654275607e1d03058 added a
declaration for ffs, but an implementation was missing.
For compilations with optimization, the compiler creates
inline code, so the implementation is not alw
On 06/12/2010 07:07 AM, Stefan Weil wrote:
> v2: Use __builtin_ffs as suggested by Richard Henderson
>
> Cc: Richard Henderson
> Signed-off-by: Stefan Weil
Acked-by: Richard Henderson
r~