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:05 -------
Confirmed.  This is weird and this is an ra issue.  I don't understand why the ra is spilling it to the stack 
as there are enough SSE registers to hold the 6 registers.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|target                      |rtl-optimization
     Ever Confirmed|                            |1
 GCC target triplet|i686-pc-linux-gnu           |i686-*-*
           Keywords|                            |ra
   Last reconfirmed|0000-00-00 00:00:00         |2005-09-29 04:05:34
               date|                            |


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]