PR target/34673
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Jan 2008 11:52:39 +0000 (11:52 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Jan 2008 11:52:39 +0000 (11:52 +0000)
commit1a086819730325a69fddedef6b98c608be5194cb
tree1bd00e18f0c858200960580aa41a6e9c7e623395
parentf831baaf9eb58c3380092e965e5b5d1da5b761f3
    PR target/34673
        * config/i386/i386.c (ix86_emit_swsqrtsf): Swap input operands
        in the call to gen_rtx_NE.  Remove unneeded VECTOR_MODE_P check.
        Update copyright year.

        * config/i386/i386.md (rsqrtsf2): Enable for TARGET_SSE_MATH.
        Update copyright year.
        * config/i386/sse.md (rsqrtv4sf2): Ditto. Unconditionally expand
        using NR fixup.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131335 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.md
gcc/config/i386/sse.md