https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111657
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|middle-end |target --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- The easiest way to improve this is to have decide_alg select loop for the have_as case if !TARGET_SSE && !TARGET_AVX... Which means this is a target issue.