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/16111] generates invalid SSE movdqa instruction (instead of movaps)


------- Additional Comments From drober32 at fau dot edu  2004-07-25 17:35 -------
movdqa is an SSE2 instruction, which is not supported by Pentium 3 or Athlon XP.
The instruction should not be generated unless at least one of -msse2 or
-march=(pentium4, pentium-m, athlon64, etc.) is given.

-- 


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


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