summaryrefslogtreecommitdiffstats
path: root/lib/msun/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add symbol versioning to libm.deischen2006-03-271-0/+6
* Detach k_rem_pio2f.c from the build since it is now unused. It is a libmbde2005-11-061-1/+1
* The logb() functions are not just ieee754 "test" functions, but arebde2005-11-061-2/+2
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
* Fix truncl.3 MLINKSache2005-04-171-1/+1
* Implement truncl() based on floorl().das2005-04-161-2/+2
* Add roundl(), lroundl(), and llroundl().das2005-04-081-5/+6
* Build exp2(), exp2f(), and related documentation.das2005-04-051-2/+3
* Implement and document remquo() and remquof().das2005-03-251-1/+3
* Document feenableexcept(), fedisableexcept(), and fegetexcept().das2005-03-161-1/+3
* - Remove s_ldexpf.c (now aliased to scalbn.)das2005-03-071-7/+12
* Un-document the non-extant exp10() and exp10f() functions.das2005-02-261-1/+1
* Remove another vestige of support for a non-IEEE libm.das2005-02-041-2/+0
* Move machine-dependent crud to its own makefile.das2005-02-041-22/+6
* Remove wrappers and other cruft intended to support SVID, mistakes indas2005-02-041-41/+4
* - Move the functions presently described in in ieee(3) to their owndas2005-01-271-11/+10
* Add fma() and fmaf(), which implement a fused multiply-add operation.das2005-01-221-2/+8
* amd64 assembly versions of sqrt(), lrint(), and llrint() using SSE2.das2005-01-151-0/+2
* Import the subset of J.T. Conklin's single-precision x86-optimizeddas2005-01-131-2/+4
* Implement and document ceill().stefanf2005-01-131-3/+4
* Hook up and document floorl().stefanf2005-01-121-2/+2
* Add MI implementations of [l]lrint[f]() and [l]lround[f]().das2005-01-111-4/+7
* Add and document ilogbl(), a long double version of ilogb().stefanf2004-10-111-2/+3
* Bump the library version numbers for the following libraries:kensmith2004-10-011-0/+1
* Add man pages for the cimag(), conj() and creal() functions.stefanf2004-08-071-2/+5
* Replace s_isnan.c and s_isnanf.c with the more compact s_isnan.c fromdas2004-08-051-1/+1
* Fix two bugs in the signbit() macro, which was implemented last year:das2004-07-191-3/+3
* Implement the classification macros isfinite(), isinf(), isnan(), anddas2004-07-091-1/+2
* Add C99's nearbyint{,f}() functions as wrappers around rint().das2004-07-061-2/+3
* Implement and document fdim{,f,l}, fmax{,f,l}, and fmin{,f,l}.das2004-06-301-4/+8
* s/ARCH/ARCH_SUBDIR/g -- This reduces the chance of possible conflictsmarcel2004-06-241-3/+3
* Completely remove s_ilogb.S as the assembler implementation gives very littlestefanf2004-06-201-1/+1
* Connect scalbln(), trunc(), and the associated documentation to the build.das2004-06-201-4/+6
* Add round(3) and roundf(3) and the associated documentation.das2004-06-071-2/+4
* Add fenv.h, fenv.c, and the associated documentation to the libmdas2004-06-061-5/+12
* Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They arestefanf2004-05-301-0/+4
* Add an implementation of copysignl(), a long double version of copysign().stefanf2004-05-071-2/+3
* Add an MLINK for fabsl().stefanf2004-05-071-1/+1
* - fabsl.c should be named s_fabsl.c for consistency with libmsun'sdes2003-10-251-2/+7
* Connect fabsl.c to the build.des2003-10-231-0/+2
* Stage 3 of dynamic root support. Make all the libraries needed to rungordon2003-08-171-0/+1
* Fixed some style bugs (misplacement and misformatting of some commented-outbde2003-07-231-4/+2
* Only provide one copy of the math functions. If we provide a MD function,peter2003-07-231-15/+7
* No longer need the internal __get_hw_float() function.peter2003-07-231-1/+0
* Now that we do not need to do runtime detection for the broken defaultpeter2003-07-231-4/+7
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-5/+2
* Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes.bde2002-03-261-2/+4
* We need an frexp() function.obrien2002-03-011-1/+1
* * remove reference to m68k-dependent sourcesphantom2001-12-131-7/+1
* Don't install manpage links for the nonexistent functions exp2(),bde2001-10-031-2/+2
OpenPOWER on IntegriCloud