State of C99 _Complex?

Felix Lee felix.1@canids.net
Tue May 20 03:25:00 GMT 2003


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.
--



More information about the Gcc mailing list