| To: | "linux-mips@oss.sgi.com" <linux-mips@oss.sgi.com> |
|---|---|
| Subject: | floating point on Nevada cpu |
| From: | Pete Popov <ppopov@mvista.com> |
| Date: | Wed, 24 Jan 2001 18:28:54 -0800 |
| Organization: | Monta Vista Software |
| Sender: | owner-linux-mips@oss.sgi.com |
This simple test fails on a Nevada (5231) cpu:
int main()
{
float x1,x2,x3;
x1 = 7.5;
x2 = 2.0;
x3 = x1/x2;
printf("x3 = %f\n", x3);
}
Has anyone else used floating point with 52xx processors?
Pete
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: CONFIG_MIPS_UNCACHED, Jun Sun |
|---|---|
| Next by Date: | Re: floating point on Nevada cpu, Justin Carlson |
| Previous by Thread: | MIPS platform recommendations, John Van Horne |
| Next by Thread: | Re: floating point on Nevada cpu, Justin Carlson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |