Hello! We have to use TARGET_SSE with TARGET_SSE_MATH in insn constraints. 2017-07-10 Uros Bizjak PR target/81375 * config/i386/i386.md (divsf3): Add TARGET_SSE to TARGET_SSE_MATH. (rcpps): Ditto. (*rsqrtsf2_sse): Ditto. (rsqrtsf2): Ditto. (div3): Macroize insn from divdf3 and divsf3 using MODEF mode iterator. testsuite/ChangeLog: 2017-07-10 Uros Bizjak PR target/81375 * gcc.target/i386/pr81375.c: New test. Bootstrapped and regression tested on x86_64-linux-gnu {,-m32}. Committed to mainline, will be backported to release branches. Uros.