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/19922] xor is enclosed in loop, and exectuted on each iteration of for statement


------- Additional Comments From gj at pointblue dot com dot pl  2005-02-12 15:46 -------
I thought that -mtune=pentium3 should get him enough hints to use sse. Some 
warning would be great than if what you say is true about -ftree-vectorize! 
 
Besides, -msse doesn't turn on vectorization here either. But it should 
probably. That would do 2 doubles cleared at one shot, rather than using 
integer twice it could be cleared using mmx or sse registers. 

-- 


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


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