[Qemu-devel] i386 emulation on PowerPC host

2006-08-20 Thread Lyonel Vincent
Hi all, Having noticed very wierd behaviour of some operations under an x86 Qemu guest running on a PowerPC (32 bits), I have compiled the following test program under Linux/i386: #include #include void main() { float x = exp(1)*exp(1); float y = exp(2); printf("%f = %f\n", x, y); } Wh

[Qemu-devel] [resend] i386 emulation on PowerPC host

2006-04-09 Thread Lyonel Vincent
Hi all, Having noticed very wierd behaviour of some operations under an x86 Qemu guest running on a PowerPC (32 bits), I have compiled the following test program under Linux/i386: #include #include void main() { float x = exp(1)*exp(1); float y = exp(2); printf("%f = %f\n", x, y); } Wh