This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/49485] Performance problem with C++ code
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 20 Oct 2011 01:13:54 +0000
- Subject: [Bug target/49485] Performance problem with C++ code
- Auto-submitted: auto-generated
- References: <bug-49485-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49485
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-10-20 01:13:54 UTC ---
Looks like vectorizer is causing the slow down at least for me on the trunk
that is -mno-sse makes the slowdown go away.