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

[Bug tree-optimization/41881] Complete unrolling (inner) versus vectorization of reduction



------- Comment #3 from drow at gcc dot gnu dot org  2009-10-30 22:41 -------
Subject: Re:  Complete unrolling (inner)
 versus vectorization of reduction

On Fri, Oct 30, 2009 at 10:20:46PM -0000, rguenth at gcc dot gnu dot org wrote:
> You could use -O2 -ftree-vectorize.

No:

static bool
gate_tree_complete_unroll_inner (void)
{
  return optimize >= 2;
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41881


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