| To: | Pete Popov <ppopov@mvista.com>, "linux-mips@oss.sgi.com" <linux-mips@oss.sgi.com> |
|---|---|
| Subject: | Re: floating point on Nevada cpu |
| From: | Justin Carlson <carlson@sibyte.com> |
| Date: | Wed, 24 Jan 2001 18:33:05 -0800 |
| In-reply-to: | <3A6F8F66.6258801@mvista.com> |
| Organization: | Sibyte |
| References: | <3A6F8F66.6258801@mvista.com> |
| Reply-to: | carlson@sibyte.com |
| Sender: | owner-linux-mips@oss.sgi.com |
On Wed, 24 Jan 2001, Pete Popov wrote:
> 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);
> }
>
Ummm...care to tell *how* it fails?
-Justin
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | floating point on Nevada cpu, Pete Popov |
|---|---|
| Next by Date: | Re: floating point on Nevada cpu, Pete Popov |
| Previous by Thread: | floating point on Nevada cpu, Pete Popov |
| Next by Thread: | Re: floating point on Nevada cpu, Pete Popov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |