https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95046
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Uros Bizjak <u...@gcc.gnu.org>: https://gcc.gnu.org/g:aa4317866bf3e9f42f3b8e3b1b1ec113ed1f818d commit r11-270-gaa4317866bf3e9f42f3b8e3b1b1ec113ed1f818d Author: Uros Bizjak <ubiz...@gmail.com> Date: Mon May 11 16:37:19 2020 +0200 i386: Improve basic vectorized V2SFmode operations [PR95046] Use plain "v" constraint for AVX alternatives and add "prefix" attribute. gcc/ChangeLog: PR target/95046 * config/i386/mmx.md (mmx_addv2sf3): Use "v" constraint instead of "Yv" for AVX alternatives. Add "prefix" attribute. (*mmx_addv2sf3): Ditto. (*mmx_subv2sf3): Ditto. (*mmx_mulv2sf3): Ditto. (*mmx_<code>v2sf3): Ditto. (mmx_ieee_<ieee_maxmin>v2sf3): Ditto.