All of lore.kernel.org
 help / color / mirror / Atom feed
From: Catalin Patulea <catalinp@google.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] target-i386: implement FPREM and FPREM1 using softfloat only
Date: Mon, 9 Jul 2012 16:33:12 -0400	[thread overview]
Message-ID: <CAJB0wA_U4zE0b3NQiNaEs0zaafTevXhMH_sVvt0o4=jzqmJxsg@mail.gmail.com> (raw)
In-Reply-To: <1341242735-19875-1-git-send-email-catalinp@google.com>

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

  parent reply	other threads:[~2012-07-09 20:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1340838036-10467-1-git-send-email-catalinp@google.com>
     [not found] ` <4FEDAA07.6030600@suse.de>
2012-07-02 14:51   ` [Qemu-devel] [PATCH] target-i386: implement FPREM and FPREM1 using softfloat only Catalin Patulea
2012-07-02 15:25     ` Catalin Patulea
2012-07-02 17:33       ` Catalin Patulea
2012-07-09 20:33       ` Catalin Patulea [this message]
2012-07-09 22:30       ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJB0wA_U4zE0b3NQiNaEs0zaafTevXhMH_sVvt0o4=jzqmJxsg@mail.gmail.com' \
    --to=catalinp@google.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.