]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/cpu.h
target-i386: remove old code handling float64
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 15 May 2011 12:09:18 +0000 (14:09 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 3 Jun 2011 14:07:50 +0000 (16:07 +0200)
commitc31da136a0bf8caad70c348f5ffc283206e9c7fc
tree780e9e820d3c77a7bc89220650702bfd78e8d558
parent142ab5bb872337054581d8067906a6541704a5e0
target-i386: remove old code handling float64

Now that target-i386 uses softfloat, floatx80 is always available and
there is no need anymore to have code handling both float64 and floax80.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-i386/cpu.h
target-i386/exec.h
target-i386/helper.c
target-i386/machine.c
target-i386/op_helper.c