]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386.c (ix86_emit_swsqrtsf): Filter out infinity result of rsqrt insn for zero input...
authorUros Bizjak <ubizjak@gmail.com>
Tue, 19 Jun 2007 19:58:26 +0000 (21:58 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 19 Jun 2007 19:58:26 +0000 (21:58 +0200)
commit670a8526bcc1f6c3330e27cb248a2208e616fa3f
tree0b6c75c86430e89308b379f25d73b8e2161fd3cc
parent89a95777068068a29677510065120620abd202f1
i386.c (ix86_emit_swsqrtsf): Filter out infinity result of rsqrt insn for zero input argument to avoid NaN.

        * config/i386/i386.c (ix86_emit_swsqrtsf): Filter out infinity
        result of rsqrt insn for zero input argument to avoid NaN.

From-SVN: r125858
gcc/ChangeLog
gcc/config/i386/i386.c