This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/32301] int __attribute__((vector_size(8))) doesn't use %mm0, produces ugly code
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jun 2007 12:42:42 -0000
- Subject: [Bug target/32301] int __attribute__((vector_size(8))) doesn't use %mm0, produces ugly code
- References: <bug-32301-14680@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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