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
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