summaryrefslogtreecommitdiffstats
path: root/lib/msun/Makefile
Commit message (Expand)AuthorAgeFilesLines
* MFC r284289,r288267:bdrewery2015-12-041-0/+2
* MFC r271651, r271719, r272138, r272457, r272845, r275476, r275518, r275614,tijl2015-06-251-1/+3
* MFC r282057,r282092,r282106:ngie2015-05-131-1/+3
* MFC r274618,r276521:ngie2015-01-051-0/+4
* MFC r257770 r257818 r257823 r260066 r260067 r260089 r260145 r268587 r268588tijl2014-09-181-9/+10
* MFC r262613:dim2014-03-261-0/+1
* Add stub implementations of the missing C++11 math functions.theraven2013-09-061-0/+1
* Add implementations of acoshl(), asinhl(), and atanhl(). This is adas2013-06-101-6/+6
* Style fixes.das2013-06-051-6/+7
* Add man links for expl(3) and expm1l(3).das2013-06-041-2/+2
* Add logl, log2l, log10l, and log1pl.das2013-06-031-3/+5
* I'm happy to finally commit stephen@'s implementations of cacos,das2013-05-301-2/+6
* Fix some regressions caused by the switch from gcc to clang. The fixesdas2013-05-271-6/+0
* Merge the 386 and amd64 versions of the fenv.h, to make cc -m32kib2013-04-211-0/+4
* Hook ld80/s_expl.c or ld128/s_expl.c into the building of libm.kargl2012-07-231-1/+1
* Add an implementation of fenv.h intended for platforms that lack an FPU anddas2012-01-161-1/+1
* The cexp() and {,c}{cos,sin}h functions all need to be able to computedas2011-10-211-1/+1
* Add c{cos,sin,tan}{,h}{,f} functions. This is joint work withdas2011-10-171-3/+9
* Take two. Add the missing file that should have been committedkargl2011-03-121-1/+1
* Temporary disable the building of cbrtl until Ikargl2011-03-121-1/+1
* Implement the long double version for the cube root function, cbrtl.kargl2011-03-121-3/+4
* Add cexp() and cexpf().das2011-03-071-2/+4
* Add complex(3) manual page documenting our partial support for C99murray2011-02-201-1/+2
* Add log2() and log2f().das2010-12-051-2/+3
* Disable gcc's built-in rint() function when compiling s_nearbyint.c.das2010-12-031-0/+6
* This is exactly the same as the .else, so remove it.imp2010-09-131-2/+0
* MFtbemd: Move to using MACHINE_CPUARCH, now that it is safe.imp2010-09-131-2/+2
* Repair some build breakage introduced in r211725 and garbage collect somenwhitehorn2010-08-281-1/+6
* MFtbemd:imp2010-08-231-1/+1
* powerpc64 floating-point is identical to powerpc, so use the samenwhitehorn2010-07-101-0/+2
* 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
OpenPOWER on IntegriCloud