* config/i386/i386.c (x86_arch_always_fancy_math_387): New.
commit2ae5c77db38bc707f9ffdc83bcc7010ce5d5607c
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Mar 2002 23:24:20 +0000 (29 23:24 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Mar 2002 23:24:20 +0000 (29 23:24 +0000)
treea15cc507a152b1fe5af92175843a37d8425c9986
parentad6f3fb7d4a3e82822eaf88178101240b8975668
    * config/i386/i386.c (x86_arch_always_fancy_math_387): New.
        (override_options): Disable NO_FANCY_MATH_387 if the arch allows.
        * config/i386/i386.h (x86_arch_always_fancy_math_387): New.
        * config/i386/i386.md (sqrtxf2, sqrtextendsfxf2, sinxf2): Fix
        conditional.
        * docs/invoke.texi: Update -mno-fancy-math-387 docs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51584 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/i386.md
gcc/doc/invoke.texi
gcc/testsuite/gcc.dg/i386-387-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/i386-387-2.c [new file with mode: 0644]