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/19391] [4.0 Regression] missed optimization with size of 8 vectors


------- Additional Comments From rth at gcc dot gnu dot org  2005-01-12 09:54 -------
Try again with <mmintrin.h> functions.

It is absolutely ESSENTIAL that we do NOT emit mmx vector operations UNLESS
the <mmintrin.h> routines are used.  Doing so without the compiler also 
being able to insert emms instructions is wrong-code.

-- 


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


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