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: [3.4-BIB] Add trunc/round/floor/ceil/rint builtins II


On Thu, Nov 07, 2002 at 12:01:13AM +0000, Joseph S. Myers wrote:
> It's normal for __builtin_foo to require the library to have the function
> foo.  Problems are only if it converts to a call to a different function
> (e.g., float f; __builtin_floor(f); mustn't get converted to a call to
> floorf).

Much better.

I guess we'll need tests for all of this...


r~


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