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] Always expand pow(x,2.0) as x*x


On Sat, Jan 31, 2004 at 07:24:06PM -0700, Roger Sayle wrote:
> 	* builtins.c (expand_builtin_pow): If flag_unsafe_math_optimizations
> 	isn't set, don't call expand_builtin_mathfn_2 to use the pow optab.
> 	(expand_builtin): Always call expand_builtin_pow.

Ok.


r~


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