PR other/14354
	* 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: r78954
This commit is contained in:
Hans-Peter Nilsson 2004-03-05 00:49:09 +00:00
parent 0138791372
commit fd9361f7c4

View File

@ -1,5 +1,6 @@
2004-03-05 Hans-Peter Nilsson <hp@axis.com>
PR other/14354
* 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.