[Bug tree-optimization/91573] Vectorization failure for a loop to do multiply-add
crazylht at gmail dot com
gcc-bugzilla@gcc.gnu.org
Wed Aug 28 08:04:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91573
Hongtao.liu <crazylht at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |crazylht at gmail dot com
--- Comment #2 from Hongtao.liu <crazylht at gmail dot com> ---
You can append -march=$processor.
It will use more accurate cost model for your machine.
e.g -march=core-avx2 can enable vectorization.
More information about the Gcc-bugs
mailing list