aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* Enable long double tests on RISC-VMitchell Horne2020-06-241-3/+4
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-121-2/+2
* Fix typoSergio Carlavilla Delgado2020-04-041-1/+1
* Note some functions that appeared in First Edition UnixWarner Losh2020-04-013-3/+18
* msun: swap words order instead of bits order on BIG ENDIANAlfredo Dal'Ava Junior2020-03-261-4/+5
* Add HISTORY sections to log(3) man pageSergio Carlavilla Delgado2020-03-261-1/+12
* Temporarily skip 2 failing tests after llvm10 importLi-Wen Hsu2020-03-111-0/+3
* Remove sparc64 specific parts of libm and fix commentsWarner Losh2020-02-269-413/+17
* Add some HISTORY sections to manpagesSergio Carlavilla Delgado2020-02-191-1/+4
* [PowerPC] Fix feholdexcept() on powerpc referencing the wrong struct memberBrandon Bergren2020-02-021-1/+1
* msun: drop clause 3 from the Berkeley license.Pedro F. Giffuni2019-12-273-18/+6
* [PowerPC] Fix SPE floating point environment manipulationBrandon Bergren2019-12-121-26/+31
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
* The fdlibm hypot() implementations shouldn't potentially left-shiftDimitry Andric2019-11-262-5/+3
* Get the fix in back by reverting the part accidentally included in r354491.Li-Wen Hsu2019-11-071-2/+2
* libcompat: build 32-bit rtld and ldd as part of "everything"Brooks Davis2019-11-071-2/+2
* Fix declaration of S1 by swapping misplaced ',' and ';'.Brooks Davis2019-11-071-2/+2
* Revert change accidentally included in r354465.Brooks Davis2019-11-071-2/+2
* Revert r354449: libcompat: build 32-bit rtld and ldd as part of "everything"Brooks Davis2019-11-071-2/+2
* Add __isnan()/__isnanf() aliases for compatibility with glibc and CUDADimitry Andric2019-11-022-0/+12
* libm: Add missing END() directives for amd64 routinesConrad Meyer2019-10-239-0/+9
* msun: Silence new harmless -Wimplicit-int-float-conversion warningsBrooks Davis2019-10-081-3/+3
* Do not left-shift a negative number (inducing undefined behavior inDimitry Andric2019-09-254-6/+6
* Unskip test cases from netbsd-tests by defining __HAVE_FENVLi-Wen Hsu2019-08-311-0/+2
* Introduce <sys/qmath.h>, a fixed-point math library from Netflix.
Edward Tomasz Napierala2019-08-271-0/+1
* Partially revert r271349, which disabled the msun cexp test #4 on i386.Dimitry Andric2019-06-011-11/+15
* Replace calls to sin(x) and cos(x) with a single call to sincos().Peter Jeremy2019-02-105-26/+20
* Amend r343442, by only expecting the lib.msun.cbrt_test.cbrtl_powl andDimitry Andric2019-02-081-1/+2
* libm: squelch -Woverflow from gcc6Eric van Gyzen2019-02-011-0/+9
* Temporarily mark lib.msun.{cbrt_test.cbrtl_powl,trig_test.reduction}Li-Wen Hsu2019-01-251-0/+4
* msun: reduce diff between src/e_j0.c and src/e_j0f.cPedro F. Giffuni2019-01-142-10/+12
* pow(3): Workaround possible signed shift Undefined Behavior.Pedro F. Giffuni2019-01-071-1/+1
* msun: Fix some old typos.Pedro F. Giffuni2018-12-312-2/+2
* libm: Include float.h to get LDBL_MANT_DIGJustin Hibbits2018-12-283-1/+3
* csqrt(3): Fix some typos in the manual pageMateusz Piotrowski2018-11-041-2/+2
* In C remquol() and thus also in C remainderl(), don't clobber the sign bitBruce Evans2018-07-241-6/+1
* Fix the conversion to use nan_mix() in r336362. fmod*(x, y),Bruce Evans2018-07-249-16/+23
* Recommit r336497: Fix powl, cpow, cpowf, and cpowl imports from OpenBSDDimitry Andric2018-07-208-125/+58
* Centralize the complications for special efficient rounding to integers.Bruce Evans2018-07-209-75/+93
* Revert r336497 for now, as it breaks on architectures using gcc, with:Dimitry Andric2018-07-198-55/+125
* Fix powl, cpow, cpowf, and cpowl imports from OpenBSDDimitry Andric2018-07-198-125/+55
* Fix spurious and extra underflows and resulting inaccuracies for some casesBruce Evans2018-07-192-10/+10
* Oops, r336412 undid the fix of the overflow threshold in r323003. RestoreBruce Evans2018-07-191-6/+11
* Minor cleanups to csqrt*(), mostly in comments.Bruce Evans2018-07-173-36/+14
* Fix scaling bugs which gave innaccuracies and spurious underflows in csqrt()Bruce Evans2018-07-172-28/+48
* Add a macro nan_mix() and use it to get NaN results that are (bitwise)Bruce Evans2018-07-1731-55/+77
* msun: add ld80/ld128 powl, cpow, cpowf, cpowl from openbsdMatt Macy2018-07-1513-16/+1507
* Reduce diff between msun/src/e_pow.c and msun/src/e_powf.c.Mark Johnston2018-07-082-8/+14
* Fix whitespace issues in bessel function routines.Mark Johnston2018-07-084-40/+36
* clog.3, complex.3: Fix typos and igor style issuesConrad Meyer2018-06-062-14/+12