------- Comment #26 from gdr at integrable-solutions dot net 2010-02-18 04:56 ------- Subject: Re: mixed complex<T> multiplication horribly inefficient
On Wed, Feb 17, 2010 at 4:27 PM, paolo dot carlini at oracle dot com <gcc-bugzi...@gcc.gnu.org> wrote: > ------- Comment #9 from paolo dot carlini at oracle dot com 2010-02-17 22:27 > ------- > To be clear, once more: the proposed change has been suggested *already* and > rejected, being something which the compiler should be perfectly able to > figure > out, when legal according to the optimization options. Thus, unless Gaby says > something different, the proposed patch will *not* go in. If there is any fix, it should be in the compiler. std::complex<T> is just a simple notation around _Complex T, for scalar T. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43108