[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug in PPC version of __L4_msb/lsb
From: |
Marcus Brinkmann |
Subject: |
Re: Bug in PPC version of __L4_msb/lsb |
Date: |
Tue, 03 Aug 2004 13:39:02 +0200 |
User-agent: |
Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI) |
At Mon, 2 Aug 2004 14:53:36 +0200,
Peter Bruin wrote:
> There are two small bugs in the PPC version of __L4_msb and __L4_lsb; here's a
> patch to fix them.
Committed, thanks!
> 2004-08-02 Peter Bruin <address@hidden>
>
> * libl4/powerpc/l4/bits/math.h (__L4_msb): Count leading zeros of
> `data' instead of `data & -data'.
> (__L4_lsb): Call __L4_msb instead of __l4_msb. Remove unused
> variable `lsb'.
Marcus