public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Advice saught on math functions
@ 2002-07-12 14:08 Kirk Reiser
  2002-07-12 14:39 ` Alan Cox
                   ` (2 more replies)
  0 siblings, 3 replies; 26+ messages in thread
From: Kirk Reiser @ 2002-07-12 14:08 UTC (permalink / raw)
  To: linux-kernel

Hi Folks:  What I am striving to do is build a software based speech
synthesizer into a linux driver.  It is a greatly hacked version of
rsynth I call tuxtalk.  My problem is that I have the code so far cut
down to about 66k without the shared library routines.  When I
staticly build the object comes out to over 512k.  Obviously this is
to large to want built-in to the kernel.  The majority of the size is
from libm.a.  There are five functions I need from the library, log(),
log10(), exp() cos() and sin().

My questions are:
Are these functions which are supplied by the FPU?  I've looked
through the fpu emulation headers and exp() is the only one I can find
any reference to.

Is there a better method to provide these functions than to pull them
out of libm.a?

I appreciate any suggestions or recommendations people may have on
these questions.

  Kirk

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2002-07-16  5:23 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-12 14:08 Advice saught on math functions Kirk Reiser
2002-07-12 14:39 ` Alan Cox
2002-07-12 14:52   ` Kirk Reiser
2002-07-12 15:32     ` Alan Cox
2002-07-12 16:04       ` Kirk Reiser
2002-07-12 16:31         ` Alan Cox
2002-07-12 16:21           ` Dave Jones
2002-07-15  9:46           ` Eric W. Biederman
2002-07-16  5:26             ` H. Peter Anvin
2002-07-15 10:03         ` Eric W. Biederman
2002-07-15 14:10           ` Kirk Reiser
2002-07-15 16:38             ` Eric W. Biederman
2002-07-12 15:46     ` Nicolas Pitre
2002-07-12 16:30       ` Kirk Reiser
2002-07-12 17:03         ` Nicolas Pitre
2002-07-12 16:22   ` J.A. Magallon
2002-07-12 16:49     ` William Park
2002-07-13 14:00   ` Pavel Machek
2002-07-13 17:10     ` Alan Cox
2002-07-12 14:46 ` Richard B. Johnson
2002-07-12 15:42 ` Sandy Harris
2002-07-12 16:46   ` Kirk Reiser
2002-07-14  0:20   ` Erik Andersen
2002-07-14 14:17     ` Sandy Harris
2002-07-14 16:49       ` Albert D. Cahalan
2002-07-14 17:01       ` Thunder from the hill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox