On 8/11/2008 8:58 AM, Carmelo Amoroso wrote: > Cristi Magherusan wrote: > >> The ones I know for sure that are missing both from the latest release and >> CVS >> are the ones that add those extra functions to libm, and that I really need >> in >> order to compile kvm and link it against uClibc > > May you create an ad hoc patch for this missing libm functions > and propose for adding to uclibc. A config option will be required > to selectively enable/disable this extra... what are they ? >
Just to chime in here with my own libm observations, our (shipping) version of uClibc adds a couple of functions too: exp2 (+ exp2f) and sincos (+ sincosf). I added them to support various applications and tools that we ship. -- Chris Metcalf, Tilera Corp. http://www.tilera.com _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
