qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [BUG] QEMU x86_64 SSE bug in modf()


From: Ludovic Drolez
Subject: Re: [Qemu-devel] [BUG] QEMU x86_64 SSE bug in modf()
Date: Mon, 15 Jan 2007 13:54:59 -0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20060628 Debian/1.7.8-1sarge7.1

Thiemo Seufer wrote:
Ludovic Drolez wrote:
[snip]

Would someone be able to track down this SSE QEMU bug seen only in SLES's modf() function ?


Please test if this patch for qemu changes the behaviour.


Strange... With this, qemu does not run at all (qemu process stuck with 100% CPU used).

  Ludo.


Thiemo


Index: Makefile.target
===================================================================
RCS file: /sources/qemu/qemu/Makefile.target,v
retrieving revision 1.136
diff -u -p -r1.136 Makefile.target
--- Makefile.target     7 Jan 2007 22:04:40 -0000       1.136
+++ Makefile.target     15 Jan 2007 11:59:15 -0000
@@ -70,7 +70,7 @@ OP_CFLAGS = -Wall -O2 -g -fno-strict-ali
ifeq ($(ARCH),i386)
 HELPER_CFLAGS+=-fomit-frame-pointer
-OP_CFLAGS+=-mpreferred-stack-boundary=2 -fomit-frame-pointer
+OP_CFLAGS+=-fomit-frame-pointer
 ifeq ($(HAVE_GCC3_OPTIONS),yes)
 OP_CFLAGS+= -falign-functions=0 -fno-gcse
 else



--
Ludovic DROLEZ                              Linbox / Free&ALter Soft
www.linbox.com www.linbox.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]