]> Git Repo - qemu.git/commit - target-ppc/op_helper.c
target-ppc: remove PRECISE_EMULATION define
authorAurelien Jarno <[email protected]>
Thu, 6 Jan 2011 14:38:18 +0000 (15:38 +0100)
committerAurelien Jarno <[email protected]>
Thu, 6 Jan 2011 15:10:48 +0000 (16:10 +0100)
commitdd94ad96e51457d8d9562a73659734b559d2f4b1
treefb5c979dd1ebf19dd201ab3eb8ff12cc0d8167b5
parent23979dc5411befabe9049e37075b2b6320debc4e
target-ppc: remove PRECISE_EMULATION define

The PRECISE_EMULATION is "hardcoded" to one in target-ppc/exec.h and not
something easily tunable. Remove it and non-precise emulation code as
it doesn't make a noticeable difference in speed. People wanting speed
improvement should use softfloat-native instead.

Acked-by: Alexander Graf <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
target-ppc/exec.h
target-ppc/op_helper.c
This page took 0.025422 seconds and 4 git commands to generate.