https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89397
--- Comment #9 from uros at gcc dot gnu.org --- Author: uros Date: Wed Feb 27 19:33:15 2019 New Revision: 269263 URL: https://gcc.gnu.org/viewcvs?rev=269263&root=gcc&view=rev Log: PR target/89397 * config/i386/i386.c (ix86_atomic_assign_expand_fenv): Check TARGET_SSE in addition to TARGET_SSE_MATH. (ix86_excess_precision): Ditto. (ix86_float_exceptions_rounding_supported_p): Ditto. (use_rsqrt_p): Ditto. * config/i386/sse.md (rsqrt<mode>2): Ditto. Modified: branches/gcc-7-branch/gcc/ChangeLog branches/gcc-7-branch/gcc/config/i386/i386.c branches/gcc-7-branch/gcc/config/i386/sse.md