This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: bug in logarithm()
- From: Martin Koeppe <mkoeppe at gmx dot de>
- To: newlib at sources dot redhat dot com
- Date: Wed, 17 Oct 2007 12:28:47 +0200 (CEST)
- Subject: Re: bug in logarithm()
Hi again,
I'm using newlib on a i386 architecture, and now I wonder if it's
possible to configure libm in such a way that the fast asm versions of
e.g. log() are used. In my current newlib-libm.a there are the entry
points for _f_log() etc., but apparently log() doesn't make use of
_f_log().
(How) Is it possible to configure newlib's libm to make use of _f_log
within log()?
Thank you very much
Martin