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 c++/35117] Vectorization on power PC



------- Comment #1 from rguenth at gcc dot gnu dot org  2008-02-07 10:29 -------
The testcase looks completely memory bound.  Does the compiler tell you it
does vectorization at all?  Have you tried without -fprefetch-loop-arrays
(with todays HW prefetchers and the simple access patterns it's probably not
a win here).


-- 


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


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