From: Eugene Surovegin <ebs@ebshome.net>
To: Greg Weeks <greg.weeks@timesys.com>
Cc: linuxppc-embedded@ozlabs.org
Subject: Re: floating point operation of ppc
Date: Fri, 11 Nov 2005 11:35:16 -0800 [thread overview]
Message-ID: <20051111193516.GA31237@gate.ebshome.net> (raw)
In-Reply-To: <437493D3.2070301@timesys.com>
On Fri, Nov 11, 2005 at 07:51:31AM -0500, Greg Weeks wrote:
> lily wrote:
>
> > hi,all:
> > i build an embedded linux on powerpc 405ep,i need execute floating
> > point operation,and i enable "math emulate" option in kernel, i run a
> > while(1)loop ,in the loop there was floating point expression ,after
> > test ,i found the while (1) exit because of the floating point
> > computation,that is the floating point can't execute on ppc
> > stablely.Is there someone meets the same problems ,please give me some
> > suggestion,thanks!!!
>
> The 405ep has some errata on floating point use.
Are you sure it was 405ep? There is no floating point errata for this
chip due to the simple reason, it doesn't support floating point in
hardware at all.
You probably confusing it with 440ep.
I'm not aware of any 405ep specific toolchain. In fact, all what is
needed is simple 4xx specific toolchain with soft-float enabled by
default. This is how floating point is usually done for 4xx - just soft
emulation in user-space by the compiler without in-kernel emulation,
which is slow.
--
Eugene
next prev parent reply other threads:[~2005-11-11 19:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <000a01c5e6a0$1eba5150$f10cc9ca@lcj3bdfa4e34dd>
2005-11-11 9:13 ` floating point operation of ppc lily
2005-11-11 12:51 ` Greg Weeks
2005-11-11 19:35 ` Eugene Surovegin [this message]
2005-11-11 19:47 ` Greg Weeks
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=20051111193516.GA31237@gate.ebshome.net \
--to=ebs@ebshome.net \
--cc=greg.weeks@timesys.com \
--cc=linuxppc-embedded@ozlabs.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).