summaryrefslogtreecommitdiffstats
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* Fix a small scripting snafu in the previous revision.das2005-02-041-2/+2
* Remove another vestige of support for a non-IEEE libm.das2005-02-041-2/+0
* Reduce diffs against vendor source (Sun fdlibm 5.3).das2005-02-0428-428/+476
* Move machine-dependent crud to its own makefile.das2005-02-045-22/+32
* Remove wrappers and other cruft intended to support SVID, mistakes indas2005-02-0475-3283/+81
* Typo.ru2005-01-281-1/+1
* Properly terminate sentence.ru2005-01-281-2/+2
* - Move the functions presently described in in ieee(3) to their owndas2005-01-278-585/+885
* Define FE_TONEAREST, FE_TOWARDZERO, FE_UPWARD, FE_DOWNWARD and _ROUND_MASK tocognet2005-01-241-0/+7
* Update comment to reflect the code change in the previous revision.das2005-01-232-2/+2
* Many changes, including the following major ones:das2005-01-231-113/+269
* If x == y, return y, not x. C99 (though not IEEE 754) requires thatdas2005-01-232-2/+2
* Add fma() and fmaf(), which implement a fused multiply-add operation.das2005-01-228-3/+412
* Sort sections.ru2005-01-202-17/+17
* Use the \*(If string provided by mdoc(7), to represent infinity.ru2005-01-162-18/+11
* Removed redundant .br call.ru2005-01-161-1/+0
* amd64 assembly versions of sqrt(), lrint(), and llrint() using SSE2.das2005-01-154-0/+77
* Most libm routines depend on the rounding mode and/or set exceptiondas2005-01-151-31/+29
* Braino. Revert rev 1.50.das2005-01-151-0/+7
* Remove numerous references to VAX floating-point and the setting ofdas2005-01-1412-204/+44
* Set math_errhandling to MATH_ERREXCEPT. Now that we have fenv.h, wedas2005-01-141-1/+1
* Remove some #if 0'd code.das2005-01-141-7/+0
* Tiny markup nits.ru2005-01-144-22/+23
* Mark all inline asms that read the floating-point control or statusdas2005-01-147-11/+11
* Fixed too many of "the", and enclose multi-word argument in double quotes.stefanf2005-01-131-4/+3
* Import the subset of J.T. Conklin's single-precision x86-optimizeddas2005-01-1317-2/+280
* The isnormal() in rev 1.2 should have been isfinite() so subnormalsdas2005-01-132-2/+2
* Things that are broken, unneeded, and unused since 1997 belong in the attic.das2005-01-131-55/+0
* Markup nits.ru2005-01-133-33/+27
* Fixed too many of "the", and enclose multi-word argument in double quotes.ru2005-01-131-4/+3
* Implement and document ceill().stefanf2005-01-134-8/+117
* Bump .Dd for the last commit.stefanf2005-01-131-1/+1
* Hook up and document floorl().stefanf2005-01-122-5/+16
* Implement floorl().stefanf2005-01-122-1/+98
* Whitespace nit.stefanf2005-01-121-1/+1
* Add MI implementations of [l]lrint[f]() and [l]lround[f]().das2005-01-1110-4/+200
* Document [l]lrint[f]() and [l]lround[f]().das2005-01-115-5/+197
* Faster lrint() and llrint() implementations for x86.das2005-01-112-0/+71
* Mark inline stmxcsr instructions as volatile, since this appears to bedas2005-01-111-1/+1
* Scheduled mdoc(7) sweep.ru2005-01-114-6/+8
* Sanitize the markup, as prompted.ru2005-01-111-182/+173
* GC unused declarationdas2004-12-161-1/+0
* Cosmetic changes only:das2004-12-163-45/+15
* More updates for math(3):das2004-10-111-30/+40
* Add and document ilogbl(), a long double version of ilogb().stefanf2004-10-114-4/+65
* Use the FP_ILOG macros from <math.h> rather than hardcoded return values.stefanf2004-10-092-6/+13
* Bump the library version numbers for the following libraries:kensmith2004-10-011-0/+1
* Further refine some #ifs:das2004-09-171-2/+2
* Add man pages for the cimag(), conj() and creal() functions.stefanf2004-08-072-2/+107
* Only use rfs and wfs if ARM_HARD_FLOAT is defined, and use stubs if it is not,cognet2004-08-051-2/+7
OpenPOWER on IntegriCloud