This is the mail archive of the gcc@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]

Re: State of C99 _Complex?


Scott Robert Ladd <coyote@coyotegulch.com>:
> I am rather baffled; the problem isn't cabs/abs, and I don't see how the 

Why do you say the problem isn't cabs/abs?  I looked at the x86
assembly I get from those two fragments.  C++ inlines the complex
abs(), C calls cabs() from libm, which takes significantly more
instructions.
--


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