[Bug tree-optimization/51499] vectorizer missing simple case
irar at il dot ibm.com
gcc-bugzilla@gcc.gnu.org
Sun Dec 11 08:29:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51499
Ira Rosen <irar at il dot ibm.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |irar at il dot ibm.com
--- Comment #1 from Ira Rosen <irar at il dot ibm.com> 2011-12-11 07:37:36 UTC ---
You need -ffast-math to allow floating point reduction.
You also need -fno-vect-cost-model, because the vectorization is not profitable
in this case.
More information about the Gcc-bugs
mailing list