This is the mail archive of the gcc-bugs@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]

[Bug target/21079] avr-gcc lacks support for builtin ffs function


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-17 22:45 -------
ffs is a POSIX function which almost all libc provides.
So if there is no fall back function, there is nothing which GCC can do.

Does avr have instructions which could be used to implement this if so it should implement ffssi/ffsdi 
and such.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |target


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21079


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