This is the mail archive of the gcc-bugs@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]

[Bug rtl-optimization/19780] Floating point computation far slower for -mfpmath=sse


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-29 04:06 -------
Oh, and this looks very related to two operand instructions issue.
PPC gives optimial code:
L2:
        fmul f0,f6,f9
        fmul f13,f7,f10
        fmul f12,f8,f11
        fmsub f29,f8,f10,f0
        fmsub f30,f6,f11,f13
        fmsub f31,f7,f9,f12
        fmr f6,f10
        fmr f7,f11
        fmr f8,f9
        fmr f10,f31
        fmr f11,f29
        fmr f9,f30
        bdnz L2


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19780


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