http://bugzilla.novell.com/show_bug.cgi?id=557689
http://bugzilla.novell.com/show_bug.cgi?id=557689#c2 --- Comment #2 from Jerome Lambourg <[email protected]> 2009-11-24 10:42:31 UTC --- OK, further tests show that the above patch is not working either: System.Math::Round (double, int32, MidpointRounding) seems to always round to even (another bug btwm but related). ldc.r8 float64(0x3FE0000000000000) // load 0,5 ldc.i4.0 // round with 0 decimals ldc.i4.1 // away from 0 call float64 class [mscorlib]System.Math::Round (float64, int32, valuetype [mscorlib]System.MidpointRounding) gives 0, should be 1 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
