Commit 196e3422f7179b4a9e5ab95847e750e4576ae94f
1 parent
da1e7ac9
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
Showing
1 changed file
with
1 additions
and
1 deletions
target-ppc/exec.h
... | ... | @@ -29,7 +29,7 @@ |
29 | 29 | |
30 | 30 | /* For normal operations, precise emulation should not be needed */ |
31 | 31 | //#define USE_PRECISE_EMULATION 1 |
32 | -#define USE_PRECISE_EMULATION 0 | |
32 | +#define USE_PRECISE_EMULATION 1 | |
33 | 33 | |
34 | 34 | register struct CPUPPCState *env asm(AREG0); |
35 | 35 | #define TDX "%016" PRIx64 | ... | ... |