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: [RFC PATCH] implement fma() as builtin x87 or SSE intrinsic



On May 13, 2004, at 16:35, Roger Sayle wrote:
Also would a single MULTPLUS rtx be sufficient?  I remember seeing a
number of operand negatation variants when you improved the fmadd
support for the rs6000.  Can these all be handled by allowing NEG
operands to MULTPLUS or were they just canonicalizing the RTL to
ensure that the fmadd instruction gets used?

All variants like fms, fnma etc. can be expressed in terms of negation and fma. I have no idea however what the best way is to canonicalize these.

-Geert


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