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 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> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AOL-IP: 99.13.231.72 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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