Date: Sun, 4 Oct 1998 12:54:53 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Bradley Walker , nate AT cartsys DOT com, djgpp AT delorie DOT com Subject: Re: question about libm In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 4 Oct 1998, I wrote: > In general, libm.a doesn't use FPU instructions at all, however. It > uses high-accuracy polynomial expansions. Sorry, this is only true for the upcoming v2.02 of DJGPP. The current version of libm *does* use FPU instructions for some functions like log etc. However, this means that those functions are not more accurate in libm than they are in libc.