summaryrefslogtreecommitdiff
path: root/libm/math_private.h
AgeCommit message (Collapse)Author
2008-01-05Brian Austin writes: This patch adds MAVERICK CRUNCH FPU support for the ↵Mike Frysinger
Cirrus Logic EP93XX ARM9 Procs.
2006-03-22Guard matherr/__kernel_standard w/ _IEEE_LIBM, we do not use them, save 7,6kPeter S. Mazinger
2006-01-17Remove unused prototypesPeter S. Mazinger
2006-01-17Remove __P() and add attribute_hidden to internal prototypesPeter S. Mazinger
2005-12-29hide __kernel functionsMike Frysinger
2005-08-15import thumb support from jbowler in Bug 385Mike Frysinger
2005-03-06Trim off whitespaceEric Andersen
2004-02-09Nicolas Pitre writes:Eric Andersen
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
2002-06-26Several cleanups/fixes from Marshall M. Midden <m4@brecis.com>Eric Andersen
2001-11-22Totally rework the math library, this time based on the MacOs XEric Andersen
math library (which is itself based on the math lib from FreeBSD). -Erik