qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] target-i386: implement FPREM and FPREM1 using s


From: Catalin Patulea
Subject: Re: [Qemu-devel] [PATCH] target-i386: implement FPREM and FPREM1 using softfloat only
Date: Mon, 9 Jul 2012 16:33:12 -0400

On Mon, Jul 2, 2012 at 11:25 AM, Catalin Patulea <address@hidden> wrote:
> FPREM1 now passes the TestFloat floatx80_rem suite (and FPREM is implemented 
> very
> similarly).
>
> The code (the bulk of which is remainder_kernel and do_fprem) is derived from
> Bochs SVN revision 11224 dated 2012-06-21 10:33:37 -0700, with conversions to
> Qemu type aliases, C features only, etc. as needed.
>
> Signed-off-by: Catalin Patulea <address@hidden>
> ---
>  fpu/softfloat.c         |  195 
> +++++++++++++++++++++++++++++++++++++++++++++++
>  fpu/softfloat.h         |    4 +
>  target-i386/op_helper.c |  166 ++++++++++++++++------------------------
>  3 files changed, 266 insertions(+), 99 deletions(-)
>
> diff --git a/fpu/softfloat.c b/fpu/softfloat.c
> index b29256a..bd1879d 100644
> [...]
Ping - how do people feel about the latest patch?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]