aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm
AgeCommit message (Expand)AuthorFilesLines
2020-08-12libm/machine/riscv: Add custom fma/sqrt functions when supported [v2]Keith Packard via Newlib7-5/+237
2020-08-10libm/machine/arm: Add optimized fmaf and fma when availableKeith Packard via Newlib6-5/+125
2020-08-10libm: Detect fast fmaf supportKeith Packard via Newlib1-0/+8
2020-08-10libm: ARM without HW double does not have fast FMAKeith Packard via Newlib1-1/+1
2020-08-10libm/math: ensure that expf(-huge) sets FE_UNDERFLOW exceptionKeith Packard via Newlib1-1/+1
2020-08-05libm: Control errno support with _IEEE_LIBM configuration parameterKeith Packard via Newlib5-57/+22
2020-08-05libm/math: Don't modify __ieee754_pow return values in powKeith Packard via Newlib2-26/+2
2020-08-05libm/math: Set errno to ERANGE for pow(0, -y)Keith Packard via Newlib2-4/+2
2020-08-05libm/math: Make yx functions set errno=ERANGE for x=0Keith Packard via Newlib6-42/+52
2020-08-05libm/math: set errno to ERANGE at gamma polesKeith Packard via Newlib4-39/+16
2020-08-04libm/common: Set WANT_ERRNO based on _IEEE_LIBM valueKeith Packard via Newlib1-1/+3
2020-08-03libm/math: Use __math_xflow in obsolete math code [v2]Keith Packard9-32/+34
2020-07-29arm: Fix include to avoid undefined referenceSebastian Huber1-1/+1
2020-07-29arm: Split fenv.c into multiple filesEshan dhawan19-282/+696
2020-07-29arm: Fix fenv supportEshan dhawan5-296/+110
2020-07-03libm: machine: Add missing sparc and mips configurationCorinna Vinschen7-3/+12683
2020-07-03mips fenv supportEshan dhawan via Newlib15-0/+184
2020-07-03SPARC fenv supportEshan dhawan via Newlib15-0/+460
2020-07-02fenv aarch64 supportEshan dhawan via Newlib14-3/+239
2020-06-09fenv support armEshan dhawan via Newlib17-3/+608
2020-06-09Regenerate libm/machine configuration files for powerpcJeff Johnston4-3/+6342
2020-06-03hard float support for PowerPC taken from FreeBSDEshan dhawan via Newlib15-0/+160
2020-03-26newlib/libm/math: Make pow/powf return qnan for snan argKeith Packard via Newlib2-7/+16
2020-03-26newlib/libm/common: Don't re-convert float to bits in modf/modffKeith Packard via Newlib2-15/+5
2020-03-26newlib/libm/common: Fix modf/modff returning snanKeith Packard via Newlib2-16/+4
2020-03-26Fix spurious underflow exceptions for Bessel functions for double(from glibc ...Joseph S. Myers4-9/+13
2020-03-19Fix hypotf missing mask in hi+lo decompositionFabian Schriever1-2/+2
2020-03-19Fix modf/f for NaN inputFabian Schriever2-0/+2
2020-03-18Fix for k_tan.c specific inputsFabian Schriever1-8/+21
2020-03-11Fix truncf for sNaN inputFabian Schriever1-1/+1
2020-03-10i386/fenv.c: Include fenv.c implementation shared with x86_64, not stubJoel Sherrill1-1/+1
2020-03-10Fix error in fdim/f for infinitiesFabian Schriever2-8/+2
2020-03-09Fix error in exp in magnitude [2e-32,2e-28]Fabian Schriever2-2/+2
2020-03-03Fix error in float trig. function range reductionFabian Schriever1-1/+1
2020-03-02Fix error in powf for (-1.0, NaN) inputFabian Schriever1-1/+1
2020-02-25x86_64/i386 fenv: Replace symlink with include fenv_stub.cJoel Sherrill23-23/+161
2020-02-14pow: fix pow(-1.0, NaN)Nicolas Brunie1-1/+1
2020-02-06Typo in license terms for newlib/libm/common/log2.cKeith Packard1-1/+1
2020-01-21Bump up newlib release to 3.3.0Jeff Johnston10-100/+100
2020-01-02Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0Jeff Johnston10-100/+100
2019-12-02libm: switch sf_log1p from double error routines to floatKeith Packard2-4/+2
2019-10-31PRU: Align libmath to PRU ABIDimitar Dimitrov17-2/+6718
2019-10-31Fix some generated filesJeff Johnston4-16/+16
2019-10-08Add patch from Joel Sherrill for i386 and x86_64 fenv supportJeff Johnston34-9/+16372
2019-09-03fe_dfl_env.c: Fix typo in commentJoel Sherrill1-1/+1
2019-08-15fenv: Include documentation in generated .info fileJoel Sherrill5-2/+49
2019-08-13fenv: Fix typo-ed variable name in documentationJon Turney1-1/+1
2019-08-13fenv: Fix mangled makedoc markupJon Turney4-8/+8
2019-08-13fenv: fe_dfl_env.c doesn't contain any documentationJon Turney2-2/+2
2019-08-09Regenerated files from fenv.h additionJoel Sherrill3-7/+636