https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90492
--- Comment #1 from Marc Glisse <glisse at gcc dot gnu.org> --- > copy's use only sse-registers and never higher What do you mean by that? Do you want AVX? Then you should let the compiler know that they are available (for instance -march=native).