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] pow and atan2 builtin functions (part 1)


Hi Jan,
> You may also probably fold the atan into atanf as we do for other
> functions in convert.c.

Converting atan to atanf would be easy.  Unfortunately, the two
new functions are pow and atan2 which both take two arguments.
I'm not saying that it couldn't be done, just that we can't use
the existing sqrt to sqrtf infrastructure, without modification.

I'll look into how convert.c does its thing, and think about a
suitable solution.

Roger
--


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