]> git.proxmox.com Git - qemu.git/commit
target-i386: fix logarithmic and trigonometric helpers wrt softfloat
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 20 Apr 2011 11:04:23 +0000 (13:04 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 25 Apr 2011 09:18:33 +0000 (11:18 +0200)
commita2c9ed3cbfde4ce521b6b9672afc4fd8cf67ab8e
tree159e7331625a520417b59a89783cee1ffaea46bb
parent47c0143cdde080101e97a1b39f3ff13e33b5726c
target-i386: fix logarithmic and trigonometric helpers wrt softfloat

Use the new CPU86_LDouble <-> double conversion functions to make logarithmic
and trigonometric helpers working with softfloat.

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