https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89021
--- Comment #40 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> --- Author: hjl Date: Wed May 15 15:28:04 2019 New Revision: 271248 URL: https://gcc.gnu.org/viewcvs?rev=271248&root=gcc&view=rev Log: i386: Emulate MMX abs<mode>2 with SSE Emulate MMX abs<mode>2 with SSE. Only SSE register source operand is allowed. PR target/89021 * config/i386/sse.md (abs<mode>2): Add SSE emulation. Modified: trunk/gcc/ChangeLog trunk/gcc/config/i386/sse.md