[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 19:07:49 EST 2009


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

User kornelpal at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=467201#c11





--- Comment #11 from Kornél Pál <kornelpal at gmail.com>  2009-02-20 17:07:49 MST ---
Created an attachment (id=274446)
 --> (https://bugzilla.novell.com/attachment.cgi?id=274446)
FloatBug2.il

Actual results:
0xffffffffffffff
0xffffffffffffff
0xffffffffffffff

Expected results:
0xffffffffffffff
0x100000000000000
0x100000000000000

Maybe conv.r8 on a float64 should also be implemented for x86 if it's after a
function call or after argument load (if these latter are stored on FP stack)
because external (native) code can put 80-bit values on the FP stack. I'll
check this with MS.NET and if it does implement this conversion I'll open a new
bug.

-- 
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