[Mono-bugs] [Bug 43499][Nor] Changed - problem comparing 2.0 and NaN
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Wed, 4 Jun 2003 13:52:03 -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 dietmar@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=43499
--- shadow/43499 Wed Jun 4 13:23:08 2003
+++ shadow/43499.tmp.23010 Wed Jun 4 13:52:03 2003
@@ -1,13 +1,13 @@
Bug#: 43499
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
@@ -46,6 +46,11 @@
------- Additional Comments From vargaz@freemail.hu 2003-06-04 13:23 -------
It might be useful to check what the MS JIT generates for such a
case.
+
+------- Additional Comments From dietmar@ximian.com 2003-06-04 13:52 -------
+the only way i see is to add an additional branch - i added that so
+its fixed in CVS. But i am unsure if this is faster than the
+unoptimized version.