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] Perform constant folding of math builtins


On Mon, 26 Aug 2002, Kaveh R. Ghazi wrote:
> How about some with pow?

Unfortunately, "pow" isn't yet recognized as a GCC built-in function.
Both "exp" and "log" are recent additions, and the original patch to
implement them as inline 387 intrinsics is still under revision.

Once again, not a show-stopper.  Given that Mark has stated that we've
officially passed the stage 3 cut-off, we can wait to add support for
"pow" and friends in October after 3.3 has branched.

Nice set of transformations, though.

Roger
--


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