This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/52138] Operations on complex values are not inlined, even with -O3
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 06 Feb 2012 18:25:47 +0000
- Subject: [Bug c/52138] Operations on complex values are not inlined, even with -O3
- Auto-submitted: auto-generated
- References: <bug-52138-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52138
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-02-06 18:25:47 UTC ---
Why do you think inlining a ~ 750B long routine would be beneficial? Note that
if one of the operands has 0 either the imaginary or real part, gcc will inline
it.