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/25500] REGREGRESSION: SSE2 vectorized code is many times slower on 4.x.x than on 3.4.4



------- Comment #10 from pinskia at gcc dot gnu dot org  2005-12-20 06:55 -------
Oh, I looked a little more and yes it depends on the arch you are building for
but only for 4.x.

Since you are using SSE, you should add also -march=i686 or -march=k8 so that
the code is also tuned for the processor you are using.  

Anyways the problem with i386 with 4.0 is really just PR 14295.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |14295


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


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