| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a small scripting snafu in the previous revision. | das | 2005-02-04 | 1 | -2/+2 |
* | Remove another vestige of support for a non-IEEE libm. | das | 2005-02-04 | 1 | -2/+0 |
* | Reduce diffs against vendor source (Sun fdlibm 5.3). | das | 2005-02-04 | 28 | -428/+476 |
* | Move machine-dependent crud to its own makefile. | das | 2005-02-04 | 5 | -22/+32 |
* | Remove wrappers and other cruft intended to support SVID, mistakes in | das | 2005-02-04 | 75 | -3283/+81 |
* | Typo. | ru | 2005-01-28 | 1 | -1/+1 |
* | Properly terminate sentence. | ru | 2005-01-28 | 1 | -2/+2 |
* | - Move the functions presently described in in ieee(3) to their own | das | 2005-01-27 | 8 | -585/+885 |
* | Define FE_TONEAREST, FE_TOWARDZERO, FE_UPWARD, FE_DOWNWARD and _ROUND_MASK to | cognet | 2005-01-24 | 1 | -0/+7 |
* | Update comment to reflect the code change in the previous revision. | das | 2005-01-23 | 2 | -2/+2 |
* | Many changes, including the following major ones: | das | 2005-01-23 | 1 | -113/+269 |
* | If x == y, return y, not x. C99 (though not IEEE 754) requires that | das | 2005-01-23 | 2 | -2/+2 |
* | Add fma() and fmaf(), which implement a fused multiply-add operation. | das | 2005-01-22 | 8 | -3/+412 |
* | Sort sections. | ru | 2005-01-20 | 2 | -17/+17 |
* | Use the \*(If string provided by mdoc(7), to represent infinity. | ru | 2005-01-16 | 2 | -18/+11 |
* | Removed redundant .br call. | ru | 2005-01-16 | 1 | -1/+0 |
* | amd64 assembly versions of sqrt(), lrint(), and llrint() using SSE2. | das | 2005-01-15 | 4 | -0/+77 |
* | Most libm routines depend on the rounding mode and/or set exception | das | 2005-01-15 | 1 | -31/+29 |
* | Braino. Revert rev 1.50. | das | 2005-01-15 | 1 | -0/+7 |
* | Remove numerous references to VAX floating-point and the setting of | das | 2005-01-14 | 12 | -204/+44 |
* | Set math_errhandling to MATH_ERREXCEPT. Now that we have fenv.h, we | das | 2005-01-14 | 1 | -1/+1 |
* | Remove some #if 0'd code. | das | 2005-01-14 | 1 | -7/+0 |
* | Tiny markup nits. | ru | 2005-01-14 | 4 | -22/+23 |
* | Mark all inline asms that read the floating-point control or status | das | 2005-01-14 | 7 | -11/+11 |
* | Fixed too many of "the", and enclose multi-word argument in double quotes. | stefanf | 2005-01-13 | 1 | -4/+3 |
* | Import the subset of J.T. Conklin's single-precision x86-optimized | das | 2005-01-13 | 17 | -2/+280 |
* | The isnormal() in rev 1.2 should have been isfinite() so subnormals | das | 2005-01-13 | 2 | -2/+2 |
* | Things that are broken, unneeded, and unused since 1997 belong in the attic. | das | 2005-01-13 | 1 | -55/+0 |
* | Markup nits. | ru | 2005-01-13 | 3 | -33/+27 |
* | Fixed too many of "the", and enclose multi-word argument in double quotes. | ru | 2005-01-13 | 1 | -4/+3 |
* | Implement and document ceill(). | stefanf | 2005-01-13 | 4 | -8/+117 |
* | Bump .Dd for the last commit. | stefanf | 2005-01-13 | 1 | -1/+1 |
* | Hook up and document floorl(). | stefanf | 2005-01-12 | 2 | -5/+16 |
* | Implement floorl(). | stefanf | 2005-01-12 | 2 | -1/+98 |
* | Whitespace nit. | stefanf | 2005-01-12 | 1 | -1/+1 |
* | Add MI implementations of [l]lrint[f]() and [l]lround[f](). | das | 2005-01-11 | 10 | -4/+200 |
* | Document [l]lrint[f]() and [l]lround[f](). | das | 2005-01-11 | 5 | -5/+197 |
* | Faster lrint() and llrint() implementations for x86. | das | 2005-01-11 | 2 | -0/+71 |
* | Mark inline stmxcsr instructions as volatile, since this appears to be | das | 2005-01-11 | 1 | -1/+1 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-11 | 4 | -6/+8 |
* | Sanitize the markup, as prompted. | ru | 2005-01-11 | 1 | -182/+173 |
* | GC unused declaration | das | 2004-12-16 | 1 | -1/+0 |
* | Cosmetic changes only: | das | 2004-12-16 | 3 | -45/+15 |
* | More updates for math(3): | das | 2004-10-11 | 1 | -30/+40 |
* | Add and document ilogbl(), a long double version of ilogb(). | stefanf | 2004-10-11 | 4 | -4/+65 |
* | Use the FP_ILOG macros from <math.h> rather than hardcoded return values. | stefanf | 2004-10-09 | 2 | -6/+13 |
* | Bump the library version numbers for the following libraries: | kensmith | 2004-10-01 | 1 | -0/+1 |
* | Further refine some #ifs: | das | 2004-09-17 | 1 | -2/+2 |
* | Add man pages for the cimag(), conj() and creal() functions. | stefanf | 2004-08-07 | 2 | -2/+107 |
* | Only use rfs and wfs if ARM_HARD_FLOAT is defined, and use stubs if it is not, | cognet | 2004-08-05 | 1 | -2/+7 |