Jakub Jelinek <[email protected]> writes: > > Nope, -O2 -ftree-vectorize works just fine. Vectorization only needs > if-conversion, but that is enabled by default if -ftree-vectorize > (unless explicitly disabled).
How about the tree unrolling? I remember that being enabled for the vectorizer (and then annoying me in my own O3 builds because it often generates weird code) -Andi -- [email protected] -- Speaking for myself only
