| Commit message (Expand) | Author | Age | Files | Lines |
* | Add CFI start/end proc directives to arm64, i386, and ppc | Conrad Meyer | 2020-12-05 | 8 | -0/+8 |
* | msun tests: use standard floating-point exception flags on lrint and fenv tests | Alfredo Dal'Ava Junior | 2020-11-18 | 2 | -9/+12 |
* | [POWERPC] msun: fix incorrect flag in fesetexceptflag | Alfredo Dal'Ava Junior | 2020-11-17 | 1 | -1/+1 |
* | Remove intel compiler support from math.h | Warner Losh | 2020-10-24 | 1 | -2/+2 |
* | Fix a few mandoc issues | Gordon Bergling | 2020-10-09 | 1 | -10/+10 |
* | Apply an opimization for the kernels used by cexp(x) and cexpf(x) submitted | Stefan Eßer | 2020-09-20 | 2 | -6/+8 |
* | Apply fix for ld80 and ld128 submitted by Steve Kargl: | Stefan Eßer | 2020-09-20 | 2 | -10/+12 |
* | Don't explicitly specify c99 or gnu99 as the default is now gnu99. | Xin LI | 2020-08-17 | 1 | -2/+0 |
* | Enable long double tests on RISC-V | Mitchell Horne | 2020-06-24 | 1 | -3/+4 |
* | Remove tests for obsolete compilers in the build system | Eric van Gyzen | 2020-05-12 | 1 | -2/+2 |
* | Fix typo | Sergio Carlavilla Delgado | 2020-04-04 | 1 | -1/+1 |
* | Note some functions that appeared in First Edition Unix | Warner Losh | 2020-04-01 | 3 | -3/+18 |
* | msun: swap words order instead of bits order on BIG ENDIAN | Alfredo Dal'Ava Junior | 2020-03-26 | 1 | -4/+5 |
* | Add HISTORY sections to log(3) man page | Sergio Carlavilla Delgado | 2020-03-26 | 1 | -1/+12 |
* | Temporarily skip 2 failing tests after llvm10 import | Li-Wen Hsu | 2020-03-11 | 1 | -0/+3 |
* | Remove sparc64 specific parts of libm and fix comments | Warner Losh | 2020-02-26 | 9 | -413/+17 |
* | Add some HISTORY sections to manpages | Sergio Carlavilla Delgado | 2020-02-19 | 1 | -1/+4 |
* | [PowerPC] Fix feholdexcept() on powerpc referencing the wrong struct member | Brandon Bergren | 2020-02-02 | 1 | -1/+1 |
* | msun: drop clause 3 from the Berkeley license. | Pedro F. Giffuni | 2019-12-27 | 3 | -18/+6 |
* | [PowerPC] Fix SPE floating point environment manipulation | Brandon Bergren | 2019-12-12 | 1 | -26/+31 |
* | Update Makefile.depend files | Simon J. Gerraty | 2019-12-11 | 1 | -1/+0 |
* | The fdlibm hypot() implementations shouldn't potentially left-shift | Dimitry Andric | 2019-11-26 | 2 | -5/+3 |
* | Get the fix in back by reverting the part accidentally included in r354491. | Li-Wen Hsu | 2019-11-07 | 1 | -2/+2 |
* | libcompat: build 32-bit rtld and ldd as part of "everything" | Brooks Davis | 2019-11-07 | 1 | -2/+2 |
* | Fix declaration of S1 by swapping misplaced ',' and ';'. | Brooks Davis | 2019-11-07 | 1 | -2/+2 |
* | Revert change accidentally included in r354465. | Brooks Davis | 2019-11-07 | 1 | -2/+2 |
* | Revert r354449: libcompat: build 32-bit rtld and ldd as part of "everything" | Brooks Davis | 2019-11-07 | 1 | -2/+2 |
* | Add __isnan()/__isnanf() aliases for compatibility with glibc and CUDA | Dimitry Andric | 2019-11-02 | 2 | -0/+12 |
* | libm: Add missing END() directives for amd64 routines | Conrad Meyer | 2019-10-23 | 9 | -0/+9 |
* | msun: Silence new harmless -Wimplicit-int-float-conversion warnings | Brooks Davis | 2019-10-08 | 1 | -3/+3 |
* | Do not left-shift a negative number (inducing undefined behavior in | Dimitry Andric | 2019-09-25 | 4 | -6/+6 |
* | Unskip test cases from netbsd-tests by defining __HAVE_FENV | Li-Wen Hsu | 2019-08-31 | 1 | -0/+2 |
* | Introduce <sys/qmath.h>, a fixed-point math library from Netflix.
| Edward Tomasz Napierala | 2019-08-27 | 1 | -0/+1 |
* | Partially revert r271349, which disabled the msun cexp test #4 on i386. | Dimitry Andric | 2019-06-01 | 1 | -11/+15 |
* | Replace calls to sin(x) and cos(x) with a single call to sincos(). | Peter Jeremy | 2019-02-10 | 5 | -26/+20 |
* | Amend r343442, by only expecting the lib.msun.cbrt_test.cbrtl_powl and | Dimitry Andric | 2019-02-08 | 1 | -1/+2 |
* | libm: squelch -Woverflow from gcc6 | Eric van Gyzen | 2019-02-01 | 1 | -0/+9 |
* | Temporarily mark lib.msun.{cbrt_test.cbrtl_powl,trig_test.reduction} | Li-Wen Hsu | 2019-01-25 | 1 | -0/+4 |
* | msun: reduce diff between src/e_j0.c and src/e_j0f.c | Pedro F. Giffuni | 2019-01-14 | 2 | -10/+12 |
* | pow(3): Workaround possible signed shift Undefined Behavior. | Pedro F. Giffuni | 2019-01-07 | 1 | -1/+1 |
* | msun: Fix some old typos. | Pedro F. Giffuni | 2018-12-31 | 2 | -2/+2 |
* | libm: Include float.h to get LDBL_MANT_DIG | Justin Hibbits | 2018-12-28 | 3 | -1/+3 |
* | csqrt(3): Fix some typos in the manual page | Mateusz Piotrowski | 2018-11-04 | 1 | -2/+2 |
* | In C remquol() and thus also in C remainderl(), don't clobber the sign bit | Bruce Evans | 2018-07-24 | 1 | -6/+1 |
* | Fix the conversion to use nan_mix() in r336362. fmod*(x, y), | Bruce Evans | 2018-07-24 | 9 | -16/+23 |
* | Recommit r336497: Fix powl, cpow, cpowf, and cpowl imports from OpenBSD | Dimitry Andric | 2018-07-20 | 8 | -125/+58 |
* | Centralize the complications for special efficient rounding to integers. | Bruce Evans | 2018-07-20 | 9 | -75/+93 |
* | Revert r336497 for now, as it breaks on architectures using gcc, with: | Dimitry Andric | 2018-07-19 | 8 | -55/+125 |
* | Fix powl, cpow, cpowf, and cpowl imports from OpenBSD | Dimitry Andric | 2018-07-19 | 8 | -125/+55 |
* | Fix spurious and extra underflows and resulting inaccuracies for some cases | Bruce Evans | 2018-07-19 | 2 | -10/+10 |