summaryrefslogtreecommitdiffstats
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace s_isnan.c and s_isnanf.c with the more compact s_isnan.c fromdas2004-08-053-67/+53
* Use isnormal() instead of fpclassify() to avoid dependency on libc.so.5.das2004-08-052-6/+2
* Work around known GCC 3.4.x problem and use ANSI prototype for dremf().kan2004-07-281-2/+2
* Fix two bugs in the signbit() macro, which was implemented last year:das2004-07-194-4/+124
* Fix minor namespace pollution: The prototypes for f{dim,max,min}(),stefanf2004-07-171-6/+6
* Tweak the conditions under which certain gcc builtins are used:das2004-07-161-2/+2
* Remove the declaration of isnan() from this file. It is no longerdas2004-07-092-6/+0
* Implement the classification macros isfinite(), isinf(), isnan(), anddas2004-07-094-7/+146
* Define the following macros in terms of [gi]cc builtins when thedas2004-07-091-0/+29
* Add C99's nearbyint{,f}() functions as wrappers around rint().das2004-07-064-6/+94
* Eliminate double whitespace.ru2004-07-033-7/+7
* Mechanically kill hard sentence breaks.ru2004-07-024-6/+11
* Markup, grammar, punctuation.ru2004-07-013-10/+10
* Implement and document fdim{,f,l}, fmax{,f,l}, and fmin{,f,l}.das2004-06-3011-7/+570
OpenPOWER on IntegriCloud