From: "Eduardo Felipe" <edusaper@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] qemu fpu/softfloat-specialize.h fpu/softfloat.c...
Date: Wed, 21 Nov 2007 16:55:40 +0100 [thread overview]
Message-ID: <83a4d4ca0711210755r794cdb3eid7091c8b1b870ae2@mail.gmail.com> (raw)
In-Reply-To: <200711211532.55852.paul@nowt.org>
[-- Attachment #1: Type: text/plain, Size: 466 bytes --]
2007/11/21, Paul Brook <paul@nowt.org>:
>
> > Ok the problem comes from bad copy&paste. Please find a patch below that
> > fixes the problem on MIPS.
> >
> > av = float64_val(a);
> > - bv = float64_val(a);
> > + bv = float64_val(b);
>
> Applied, thanks for tracking this down. Sorry about the breakage.
>
> Paul
>
>
>
Hi,
Shouldn't these lines in COMPARE be fixed also?
av = float ## s ## _val(a);
\
bv = float ## s ## _val(a);
\
Regards,
Edu
[-- Attachment #2: Type: text/html, Size: 1419 bytes --]
next prev parent reply other threads:[~2007-11-21 15:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-18 14:33 [Qemu-devel] qemu fpu/softfloat-specialize.h fpu/softfloat.c Paul Brook
2007-11-20 20:17 ` Blue Swirl
2007-11-20 20:42 ` Paul Brook
2007-11-21 8:51 ` Aurelien Jarno
2007-11-21 10:40 ` Aurelien Jarno
2007-11-21 15:10 ` Aurelien Jarno
2007-11-21 15:32 ` Paul Brook
2007-11-21 15:55 ` Eduardo Felipe [this message]
2007-11-21 18:58 ` Blue Swirl
2007-11-22 0:48 ` Thiemo Seufer
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=83a4d4ca0711210755r794cdb3eid7091c8b1b870ae2@mail.gmail.com \
--to=edusaper@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).