mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-28 14:00:44 +00:00
target-ppc: enable PRECISE_EMULATION by default
With this option enabled, all glibc math tests pass. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6054 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
da1e7ac9d4
commit
196e3422f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user