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] Constant fold sqrt at compile time (take 3)


On Sun, Nov 03, 2002 at 12:50:23PM -0700, Roger Sayle wrote:
> 	* real.c (real_sqrt): New function to calculate square roots.
> 	* real.h (real_sqrt): Add function prototype.
> 	* builtins.c (fold_builtin): Fold sqrt of constant argument.
> 	* simplify-rtx.c (simplify_unary_operation): Simplify sqrt
> 	of constant argument.

Ok.


r~


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