This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH/RFA] Fix ffssi2 on SHmedia


On Sun, Sep 29, 2002 at 11:18:38PM -0700, Richard Henderson wrote:

 > You need to cater to sizeof(int)*CHAR_BIT < 32 in some manner.
 > Perhaps a table of input/output that has parts conditionally
 > compiled based on __INT_MAX__.

Something like the attached?

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>

Attachment: ffs-2.c
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]