www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=0.3 required=5.0 tests=AWL,BAYES_00,CYGWIN_SUBJECT,SPF_PASS |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <4A6C524D.3030004@aol.com> |
Date: | Sun, 26 Jul 2009 05:55:41 -0700 |
From: | Tim Prince <n8tm AT aol DOT com> |
Reply-To: | tprince AT computer DOT org |
User-Agent: | Thunderbird 2.0.0.22 (Windows/20090605) |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: cygwin AT cygwin DOT com |
References: | <24665806 DOT post AT talk DOT nabble DOT com> |
In-Reply-To: | <24665806.post@talk.nabble.com> |
X-AOL-IP: | 99.13.231.72 |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
leena21 wrote: > I would appriciaite if some can tell me which floating point format is used > in Cygwin environment ? > > If I understand your question, this depends on the your selection on the compiler command line. gcc defaults to "387" (80387) format. Normally, if you care, you would set something like -march=pentium-m, and, if you wish, -mfpmath=sse . All the usual data types are present (float, double, long double) and the storage is little-endian, same as any other compiler for the same CPU. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |