[Mono-dev] PPC issue – Mono 4.4.2

dump dumber dump.dumb.dumber at gmail.com
Mon Sep 12 16:53:44 UTC 2016


Hi,

I have built a ppc version of mono 4.4.2.
I cann  run it fine on x86_64 and ppc64 but not on ppc.
The piece that fails is: Math.Ceiling() function call.

using System;
class Program
{
        static void Main()
        {
                double ceiling1 = Math.Ceiling(123.256);
                Console.WriteLine(ceiling1);
        }
}

On ppc, I get this
# mono test.exe
123.256

Does anyone have any idea on why this fails. Is this a know issue?
Any recommendations on where there problem could be. I am suspecting JIT
but entirely sure how to debug it.

Any help resolving this issue would be huge.
Please ask if you need any more info.

Thanks,
Mukund J
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dot.net/pipermail/mono-devel-list/attachments/20160912/18d06ad3/attachment.html>


More information about the Mono-devel-list mailing list