Re: [Qemu-devel] [PATCH 10/20] target-i386: fix helper_fscale() wrt softfloat

2011-04-19 Thread Peter Maydell
On 18 April 2011 22:00, Aurelien Jarno wrote: > Use the scalbn softfloat function to implement helper_fscale(). This > fixes corner cases (e.g. NaN) and makes a few more GNU libc math tests > to pass. > > Signed-off-by: Aurelien Jarno Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [PATCH 10/20] target-i386: fix helper_fscale() wrt softfloat

2011-04-18 Thread Aurelien Jarno
Use the scalbn softfloat function to implement helper_fscale(). This fixes corner cases (e.g. NaN) and makes a few more GNU libc math tests to pass. Signed-off-by: Aurelien Jarno --- target-i386/exec.h |4 target-i386/op_helper.c |7 ++- 2 files changed, 10 insertions(+), 1