From: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Aurelien Jarno <aurelien@aurel32.net>,
qemu-devel@nongnu.org, Nathan Froyd <froydnj@codesourcery.com>
Subject: Re: [Qemu-devel] [PATCH 1/9] target-sh4: switch sh4 to softfloat
Date: Tue, 11 Jan 2011 23:02:26 +0100 [thread overview]
Message-ID: <20110111220226.GA14756@laped.lan> (raw)
In-Reply-To: <AANLkTi=fXySXMY+0UbA11ShfZhcPUCKOMVz5Qy02n9zL@mail.gmail.com>
On Tue, Jan 11, 2011 at 03:35:33PM -0600, Peter Maydell wrote:
> On 11 January 2011 15:22, Nathan Froyd <froydnj@codesourcery.com> wrote:
> > On Tue, Jan 11, 2011 at 10:01:30PM +0100, Aurelien Jarno wrote:
> >> case "$target_arch2" in
> >> - alpha|arm|armeb|m68k|microblaze|mips|mipsel|mipsn32|mipsn32el|mips64|mips64el|ppc|ppc64|ppc64abi32|ppcemb|s390x|sparc|sparc64|sparc32plus)
> >> + alpha|arm|armeb|m68k|microblaze|mips|mipsel|mipsn32|mipsn32el|mips64|mips64el|ppc|ppc64|ppc64abi32|ppcemb|s390x|sh4|sh4eb|sparc|sparc64|sparc32plus)
> >> echo "CONFIG_SOFTFLOAT=y" >> $config_target_mak
> >> ;;
> >> *)
> >
> > This is obvious, I think...but it's also a little ridiculous. Why not
> > make everything use softfloat and dispense with this? How much work
> > would it be on the x86 side?
>
> If we don't want to do that I guess we could at least change to
>
> case "$target_arch2" in
> i386|x86_64|cris) # I think this list is right :-)
Hi,
CRIS doesn't have an FPU so it can go aswell..
Cheers
next prev parent reply other threads:[~2011-01-11 22:02 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-11 21:01 [Qemu-devel] target-sh4: improve FPU emulation Aurelien Jarno
2011-01-11 21:01 ` [Qemu-devel] [PATCH 1/9] target-sh4: switch sh4 to softfloat Aurelien Jarno
2011-01-11 21:22 ` Nathan Froyd
2011-01-11 21:35 ` Peter Maydell
2011-01-11 21:45 ` Aurelien Jarno
2011-01-11 22:02 ` Edgar E. Iglesias [this message]
2011-01-11 21:44 ` Aurelien Jarno
2011-01-12 11:05 ` [Qemu-devel] [PATCH v2 " Aurelien Jarno
2011-01-11 21:01 ` [Qemu-devel] [PATCH 2/9] softfloat: SH4 has the sNaN bit set Aurelien Jarno
2011-01-11 21:01 ` [Qemu-devel] [PATCH 3/9] softfloat: fix default-NaN mode Aurelien Jarno
2011-01-11 21:29 ` [Qemu-devel] " Peter Maydell
2011-01-11 21:01 ` [Qemu-devel] [PATCH 4/9] target-sh4: use " Aurelien Jarno
2011-01-11 21:01 ` [Qemu-devel] [PATCH 5/9] target-sh4: define FPSCR constants Aurelien Jarno
2011-01-11 21:01 ` [Qemu-devel] [PATCH 6/9] target-sh4: implement flush-to-zero Aurelien Jarno
2011-01-11 21:01 ` [Qemu-devel] [PATCH 7/9] target-sh4: implement FPU exceptions Aurelien Jarno
2011-01-11 21:01 ` [Qemu-devel] [PATCH 8/9] target-sh4: add fipr instruction Aurelien Jarno
2011-01-11 21:01 ` [Qemu-devel] [PATCH 9/9] target-sh4: add ftrv instruction Aurelien Jarno
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=20110111220226.GA14756@laped.lan \
--to=edgar.iglesias@gmail.com \
--cc=aurelien@aurel32.net \
--cc=froydnj@codesourcery.com \
--cc=peter.maydell@linaro.org \
--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).