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 middle-end/31802] SSE2 performance is deteriorating when __m128 is placed in union



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-05-03 21:44 -------
This is because the union does not get the correct mode (it gets BLK or TImode)
so GCC stores the union to the stack all the time.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
           Severity|normal                      |enhancement
          Component|c++                         |middle-end


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


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