On Mon, Jul 2, 2012 at 11:25 AM, Catalin Patulea <catal...@google.com> 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 <catal...@google.com>
> ---
> 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?