https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101812
--- Comment #3 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:9d2d660aab2f332b1e3f69a2fb3419cf3cc33b47 commit r12-2821-g9d2d660aab2f332b1e3f69a2fb3419cf3cc33b47 Author: Uros Bizjak <ubiz...@gmail.com> Date: Mon Aug 9 16:38:54 2021 +0200 i386: Name V2SF logic insns [PR101812] Name V2SF logic insns, so expand_simple_binop works with V2SF modes. 2021-08-09 Uroš Bizjak <ubiz...@gmail.com> gcc/ PR target/101812 * config/i386/mmx.md (<any_logic:code>v2sf3): Rename from *mmx_<any_logic:code>v2sf3 gcc/testsuite/ PR target/101812 * gcc.target/i386/pr101812.c: New test.