]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386.c (ix86_emit_swsqrtsf): Limit the result of rsqrt insn to FLT_MAX to avoid NaN...
authorUros Bizjak <ubizjak@gmail.com>
Tue, 19 Jun 2007 11:22:24 +0000 (13:22 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 19 Jun 2007 11:22:24 +0000 (13:22 +0200)
commit258d0b9b9e7ca27b5e7e3a2dbb1488a9f4e13bfd
treee196b965d9904a543cb575770458772d00773fd2
parent7ffc27a6bc7058aa95961616e2c9ecef69f41907
i386.c (ix86_emit_swsqrtsf): Limit the result of rsqrt insn to FLT_MAX to avoid NaN for zero input argument.

* config/i386/i386.c (ix86_emit_swsqrtsf): Limit the result of
rsqrt insn to FLT_MAX to avoid NaN for zero input argument.

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