[Mono-bugs] [Bug 467201] [PATCH] Improper conv.r4, conv.r8 and float return implementations

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Feb 20 17:56:14 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=467201

User rkumpera at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=467201#c8





--- Comment #8 from Rodrigo Kumpera <rkumpera at novell.com>  2009-02-20 15:56:13 MST ---
I committed the last final bits of your patch. Thanks for it.

That code in OP_LCONV_TO_R_UN didn't make much sense as mono internally
operates with 64bits of precision on x86, so expanding to 80 is not correct and
a waste as compilers insert a conv.r4/8 after the conv.r.un.

The whole patch is in head but it won't make in time for 2.4 as other archs
needs first.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list