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: flag_complex_method = 2 in C++?


On Thu, 5 Jul 2007, Paolo Carlini wrote:

> Mark Mitchell wrote:
> 
> >To be clear, my preferences, from most preferable to least are:
> >
> >* Method 2 is the default for all C variants, but can be overridden by
> >-ffast-math, or -fcomplex-method.
> >
> >* Method 2 is the default for C99 and C++0x, but not for C89 or C++, but
> >can be overridden by -ffast-math or -fcomplex-method.
> >
> >* Method 2 is the default for C99 and all variants of C++, but can be
> >overridden by -ffast-math or -fcomplex-method.
> >  
> >
> Excellent. Let's see if we can have some performance numbers (from Richard ;)

Uh, I know of no thing that uses complex numbers and does not manually
implement them.

Richard.


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