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] make gcc generate fnmadd, fnmsub with -ffat-math


On Tue, Apr 09, 2002 at 11:53:29PM +0200, Segher Boessenkool wrote:
> +   /* For floating point minus operations, test whether exchanging
> +      operands and negating the result matches an instruction,
> +      but only if doing unsafe math optimizations.  */

Err, no.  You should be doing this somewhere under
combine_simplify_rtx or in simplify-rtx.c.


r~


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