This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Optimize (x+2.0)+3.0 with -ffast-math
- From: Richard Henderson <rth at redhat dot com>
- To: Roger Sayle <roger at eyesopen dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 11 Aug 2003 14:43:53 -0700
- Subject: Re: [PATCH] Optimize (x+2.0)+3.0 with -ffast-math
- References: <Pine.LNX.4.44.0308101333370.19866-100000@www.eyesopen.com>
On Sun, Aug 10, 2003 at 02:01:58PM -0600, Roger Sayle wrote:
> * fold-const.c (fold): Optimize any associative floating point
> operator with -funsafe-math-optimizations, not just MULT_EXPR.
Ok.
r~