Re: [Qemu-devel] [PATCH 16/20] target-i386: add CPU86_LDouble <-> double conversion functions

2011-04-19 Thread Peter Maydell
On 18 April 2011 22:00, Aurelien Jarno wrote: > 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. > > Signed-off-by: Aurelien Jarno Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [PATCH 16/20] target-i386: add CPU86_LDouble <-> double conversion functions

2011-04-18 Thread Aurelien Jarno
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. Signed-off-by: Aurelien Jarno --- target-i386/op_helper.c | 22 ++ 1 files changed, 22 insertions(+