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: rs6000 specific


On Tue, Dec 04, 2001 at 04:58:24PM -0800, Geoff Keating wrote:
> I was thinking, though, of transformations like
> 
> (mul:DF (neg:DF (reg:DF ...)) (reg:DF ...))
> to
> (neg:DF (mul:DF (reg:DF ...) (reg:DF ...)))
> 
> which I couldn't work out whether they were IEEE-safe or not.

This is safe.


r~


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