Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-19libm: Make tgamma(-small) = -INFINITYKeith Packard
2020-09-04libm: Fix 'gamma' and 'gammaf' functions. Clean up other gamma code. [v2]Keith Packard via Newlib
2020-09-04libm/riscv: Use common fma code when necessaryKeith Packard via Newlib
2020-09-04libm/riscv: Fix machine-specific sqrt build processKeith Packard via Newlib
2020-09-02libm/machine/arm: Rename s*_fma.c -> s*_fma_arm.cKeith Packard via Newlib
2020-08-12libm/machine/riscv: Add custom fma/sqrt functions when supported [v2]Keith Packard via Newlib
2020-08-10libm/machine/arm: Add optimized fmaf and fma when availableKeith Packard via Newlib
2020-08-10libm: Detect fast fmaf supportKeith Packard via Newlib
2020-08-10libm: ARM without HW double does not have fast FMAKeith Packard via Newlib
2020-08-10libm/math: ensure that expf(-huge) sets FE_UNDERFLOW exceptionKeith Packard via Newlib
2020-08-05libm: Control errno support with _IEEE_LIBM configuration parameterKeith Packard via Newlib
2020-08-05libm/math: Don't modify __ieee754_pow return values in powKeith Packard via Newlib
2020-08-05libm/math: Set errno to ERANGE for pow(0, -y)Keith Packard via Newlib
2020-08-05libm/math: Make yx functions set errno=ERANGE for x=0Keith Packard via Newlib
2020-08-05libm/math: set errno to ERANGE at gamma polesKeith Packard via Newlib
2020-08-04libm/common: Set WANT_ERRNO based on _IEEE_LIBM valueKeith Packard via Newlib
2020-08-03libm/math: Use __math_xflow in obsolete math code [v2]Keith Packard
2020-07-29arm: Fix include to avoid undefined referenceSebastian Huber
2020-07-29arm: Split fenv.c into multiple filesEshan dhawan
2020-07-29arm: Fix fenv supportEshan dhawan
2020-07-03libm: machine: Add missing sparc and mips configurationCorinna Vinschen
2020-07-03mips fenv supportEshan dhawan via Newlib
2020-07-03SPARC fenv supportEshan dhawan via Newlib
2020-07-02fenv aarch64 supportEshan dhawan via Newlib
2020-06-10fenv support armEshan dhawan via Newlib
2020-06-10Regenerate libm/machine configuration files for powerpcJeff Johnston
2020-06-03hard float support for PowerPC taken from FreeBSDEshan dhawan via Newlib
2020-03-26newlib/libm/math: Make pow/powf return qnan for snan argKeith Packard via Newlib
2020-03-26newlib/libm/common: Don't re-convert float to bits in modf/modffKeith Packard via Newlib
2020-03-26newlib/libm/common: Fix modf/modff returning snanKeith Packard via Newlib
2020-03-26Fix spurious underflow exceptions for Bessel functions for double(from glibc ...Joseph S. Myers
2020-03-19Fix hypotf missing mask in hi+lo decompositionFabian Schriever
2020-03-19Fix modf/f for NaN inputFabian Schriever
2020-03-18Fix for k_tan.c specific inputsFabian Schriever
2020-03-11Fix truncf for sNaN inputFabian Schriever
2020-03-10i386/fenv.c: Include fenv.c implementation shared with x86_64, not stubJoel Sherrill
2020-03-10Fix error in fdim/f for infinitiesFabian Schriever
2020-03-09Fix error in exp in magnitude [2e-32,2e-28]Fabian Schriever
2020-03-03Fix error in float trig. function range reductionFabian Schriever
2020-03-02Fix error in powf for (-1.0, NaN) inputFabian Schriever
2020-02-25x86_64/i386 fenv: Replace symlink with include fenv_stub.cJoel Sherrill
2020-02-14pow: fix pow(-1.0, NaN)Nicolas Brunie
2020-02-06Typo in license terms for newlib/libm/common/log2.cKeith Packard
2020-01-21Bump up newlib release to 3.3.0Jeff Johnston
2020-01-02Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0Jeff Johnston
2019-12-02libm: switch sf_log1p from double error routines to floatKeith Packard
2019-10-31PRU: Align libmath to PRU ABIDimitar Dimitrov
2019-10-31Fix some generated filesJeff Johnston
2019-10-08Add patch from Joel Sherrill for i386 and x86_64 fenv supportJeff Johnston
2019-09-03fe_dfl_env.c: Fix typo in commentJoel Sherrill