------- Comment #10 from rguenther at suse dot de 2009-02-01 11:11 ------- Subject: Re: Complex matrix product is not vectorized
On Sun, 1 Feb 2009, dominiq at lps dot ens dot fr wrote: > ------- Comment #9 from dominiq at lps dot ens dot fr 2009-02-01 10:58 > ------- > > Did you try enabling SSE3 btw? > > No. How do I get the enabled SSE* by default? You can enable SSE3 manually with -msse3, or automatically enable what your local CPU can do with -march=native. Richard. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38968