[Bug target/82147] Autovectorization for extraction is slower than done manually

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Sep 12 09:50:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82147

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
The vectorizer performs interleaving for this kind of loop, your manual one
isn't really vectorized (you only vectorize the load).


More information about the Gcc-bugs mailing list