Sender: nate AT cartsys DOT com Message-ID: <36140848.7BE3F34A@cartsys.com> Date: Thu, 01 Oct 1998 15:55:04 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.05 [en] (X11; I; Linux 2.0.35 i486) MIME-Version: 1.0 To: Bradley Walker CC: djgpp AT delorie DOT com Subject: Re: question about libm References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Bradley Walker wrote: > > When I use the libm.a that is included with djgcc, is this a software > implementation of the the transcendental functions or is there any inlining > to take advantage of a math coprocessor? No; libm is probably slower with respect to math functions; it doesn't use the coprocessor as much as it might. It is, however, more compliant to ANSI in such areas as setting `errno' on errors. But there are some functions that only libm provides, like gamma. -- Nate Eldredge nate AT cartsys DOT com