[Mono-bugs] [Bug 54467][Wis] Changed - Incorrect values when subtracting doubles

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 19 May 2004 08:51:20 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by massi@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=54467

--- shadow/54467	2004-05-18 10:55:28.000000000 -0400
+++ shadow/54467.tmp.5774	2004-05-19 08:51:20.000000000 -0400
@@ -82,6 +82,11 @@
 requires us to do that, but the FPU honours the precision only when
 executing some of the opcodes. So for atan, and likely sin, cos, sqrt
 etc we need to manually truncate the result to 64 bits. Storing and
 loading is the easier way: adding 0.0 also seems to work and could be
 faster, but this solution needs more tests to see it it may have side
 affects with NaNs etc.
+
+------- Additional Comments From massi@ximian.com  2004-05-19 08:51 -------
+Created an attachment (id=7761)
+More test cases that fail (in the form of regression tests)
+