summaryrefslogtreecommitdiffstats
path: root/libm/math_private.h
Commit message (Collapse)AuthorAgeFilesLines
* Guard matherr/__kernel_standard w/ _IEEE_LIBM, we do not use them, save 7,6kPeter S. Mazinger2006-03-221-0/+2
|
* Remove unused prototypesPeter S. Mazinger2006-01-171-36/+0
|
* Remove __P() and add attribute_hidden to internal prototypesPeter S. Mazinger2006-01-171-64/+64
|
* hide __kernel functionsMike Frysinger2005-12-291-5/+5
|
* import thumb support from jbowler in Bug 385Mike Frysinger2005-08-151-4/+3
|
* Trim off whitespaceEric Andersen2005-03-061-20/+20
|
* Nicolas Pitre writes:Eric Andersen2004-02-091-5/+6
| | | | | | | | | | | | | | | | Hello Erik, My patch adding ARM assembly soft-float routines to gcc also changes the default FPA float word ordering for the saner VFP word ordering which is also the order anyone would expect on a little endian machine. Problem is that uClibc curently hardwire floats to big endian (FPA) ordering in all cases. Please consider the attached patch to fix this problem. Nicolas
* Several cleanups/fixes from Marshall M. Midden <m4@brecis.com>Eric Andersen2002-06-261-1/+1
|
* Totally rework the math library, this time based on the MacOs XEric Andersen2001-11-221-0/+231
math library (which is itself based on the math lib from FreeBSD). -Erik