]> git.proxmox.com Git - qemu.git/commit
target-i386: add CPU86_LDouble <-> double conversion functions
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)
commit47c0143cdde080101e97a1b39f3ff13e33b5726c
tree06f1657d7d54e87c1af7fd9d20c721b9e0ca610b
parentc2ef9a83be8a176802c33db7f826ff30a18b50f3
target-i386: add CPU86_LDouble <-> double conversion functions

Add functions to convert CPU86_LDouble to double and vice versa. They
are going to be used to implement logarithmic and trigonometric function
until softfloat implement them.

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