summaryrefslogtreecommitdiffstats
path: root/lib/msun/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Implement cproj{,f,l}().das2008-08-071-2/+4
* Add implementations of acosl(), asinl(), atanl(), atan2l(),das2008-07-311-8/+12
* Set WARNS=1.das2008-07-311-0/+1
* Sort the .PATH entries to give a more reasonable order of precedence:das2008-07-181-4/+5
* Implement fmodl.das2008-06-191-2/+2
* Hook remquol() and remainderl() up to the build.das2008-03-301-4/+6
* Implement csqrtl().das2008-03-301-2/+2
* Hook hypotl() and cabsl() up to the build.das2008-03-301-4/+5
* Hook up sqrtl() to the build.das2008-03-021-2/+2
* Add tgammaf() as a simple wrapper around tgamma().das2008-02-181-2/+3
* Hook up sinl(), cosl(), and tanl() to the build.das2008-02-171-7/+9
* On arches where long double is the same as double, alias ceil(), floor()bde2008-02-131-6/+7
* Hook up exp2l() and related docs to the build.das2008-01-181-6/+6
* Implement rintl(), nearbyintl(), lrintl(), and llrintl().das2008-01-141-4/+6
* Oops, the previous commit was not needed -- the file was committed butbde2007-12-171-1/+1
* Don't try to build s_nanl.c before it is committed.bde2007-12-171-1/+1
* Add logbl(3) to libm.das2007-12-171-3/+3
* Implement and document nan(), nanf(), and nanl(). This commitdas2007-12-161-3/+12
* Implement and document csqrt(3) and csqrtf(3).das2007-12-151-2/+4
* Implement carg(3) and cargf(3).das2007-12-121-3/+3
* Bump library versions in preparation for 7.0.deischen2007-05-211-1/+1
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.deischen2007-05-131-2/+0
* Implement modfl().das2007-01-071-1/+1
* 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
OpenPOWER on IntegriCloud