Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert (leaving the complex math part alone). Some stuff is depending | 2011-07-08 | 1 | -0/+35 | |
| | | | | | on this historical behavior; so we're stuck in this stupid situation. No cookie for me. | ||||
* | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using | 2011-07-08 | 1 | -35/+0 | |
| | | | | them in libc for a very long time. OK guenther@. | ||||
* | use sys/cdefs.h; pointed out by theo | 2008-12-10 | 1 | -2/+2 | |
| | |||||
* | alias fabsl to fabs on these archs | 2008-12-09 | 1 | -1/+4 | |
| | |||||
* | clear sign bit, instead of comparing to zero and setting x=-x. | 2008-07-23 | 1 | -35/+22 | |
| | | | | | | | fixes special cases, such as neg. zero, and makes C99 conformant ok miod@, millert@ since there's nothing else in arm's fabs.c, replace 4-clause license w/ the one at /usr/share/misc/license.template | ||||
* | ARGH, forgot tags. | 2004-02-01 | 1 | -0/+1 | |
| | |||||
* | arm libc support. From NetBSD. currently supports softfloat. | 2004-02-01 | 1 | -0/+44 | |