Date: Fri, 18 Sep 1998 11:27:18 +0300 (IDT) From: Eli Zaretskii To: Arthur cc: DJGPP Mailing List Subject: RE: Floating/fixed point In-Reply-To: <000201bde24f$5e1d1560$a14e08c3@arthur> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 17 Sep 1998, Arthur wrote: > Make sure you've told DJGPP to use the FPU (can't remember if it does this > by default - I havn't used floats for ages). Of course, GCC emits FP instructions by default. In fact, I'm not aware of any way to tell it not to do that. And FPU is always used if it is present, the DJGPP startup code tests for that.