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
_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.dot.net/mailman/listinfo/mono-devel-list

Reply via email to