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 target/32301] int __attribute__((vector_size(8))) doesn't use %mm0, produces ugly code



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-06-12 12:42 -------
This is on purpose as if the compiler used the MMX registers it would need to
emit emms but it does not do that yet.  There are two other bugs about this
issue already too.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|middle-end                  |target


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


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