fp-bit.c (_fpdiv_parts): Do not round when pack_d would round the same.
authorHans-Peter Nilsson <hp@axis.com>
Fri, 5 Mar 2004 00:27:56 +0000 (00:27 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Fri, 5 Mar 2004 00:27:56 +0000 (00:27 +0000)
commitfc7b80e449142f24b52c3c0bc07ef6f9cc9fd885
treeab74d69e13d3cadd84e08112a07e4556de4d9a09
parent5fd200f17fa09d56e1972a1d8dbfb913df4f601c
fp-bit.c (_fpdiv_parts): Do not round when pack_d would round the same.

* config/fp-bit.c (_fpdiv_parts): Do not round when pack_d would
round the same.  When rounding, clear bits that would cause a
second rounding in pack_d.
(_fpmul_parts): Ditto.  Remove #if 0:d code.

From-SVN: r78951
gcc/ChangeLog
gcc/config/fp-bit.c