This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/12955] Incorrect rounding of soft float denorm mul/div
- From: "eager at mvista dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Nov 2003 00:00:44 -0000
- Subject: [Bug other/12955] Incorrect rounding of soft float denorm mul/div
- References: <20031107235117.12955.eager@mvista.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From eager at mvista dot com 2003-11-08 00:00 -------
Created an attachment (id=5093)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5093&action=view)
Patch to correct rounding errors
This patch makes _fpmul_parts() _fpdiv_parts() set the low-order guard bit in
the result to one if the discarded guard bits are non-zero.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12955