qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [6054] target-ppc: enable PRECISE_EMULATION by default


From: Aurelien Jarno
Subject: [Qemu-devel] [6054] target-ppc: enable PRECISE_EMULATION by default
Date: Mon, 15 Dec 2008 17:14:51 +0000

Revision: 6054
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6054
Author:   aurel32
Date:     2008-12-15 17:14:50 +0000 (Mon, 15 Dec 2008)

Log Message:
-----------
target-ppc: enable PRECISE_EMULATION by default

With this option enabled, all glibc math tests pass.

Signed-off-by: Aurelien Jarno <address@hidden>

Modified Paths:
--------------
    trunk/target-ppc/exec.h

Modified: trunk/target-ppc/exec.h
===================================================================
--- trunk/target-ppc/exec.h     2008-12-15 17:14:43 UTC (rev 6053)
+++ trunk/target-ppc/exec.h     2008-12-15 17:14:50 UTC (rev 6054)
@@ -29,7 +29,7 @@
 
 /* For normal operations, precise emulation should not be needed */
 //#define USE_PRECISE_EMULATION 1
-#define USE_PRECISE_EMULATION 0
+#define USE_PRECISE_EMULATION 1
 
 register struct CPUPPCState *env asm(AREG0);
 #define TDX "%016" PRIx64






reply via email to

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