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-12-18fixes to make compilation succeedsPaul Zimmermann
2020-12-18Update gamma functions from code in picolibcJeff Johnston
2020-12-16Add declarations for __ieee754_tgamma functions to fdlibm.hJeff Johnston
2020-12-11Fix error in powf for x close to 1 and large yFabian Schriever
2020-12-11Bump newlib release to 4.0.0Jeff Johnston
2020-11-18RISC-V: Add machine-specific implementation for lrint[f], lround[f], llrint[f...Kito Cheng
2020-11-18RISC-V: Add machine-specific implementation for isnan[f] and copysign[f]Kito Cheng
2020-11-18RISC-V: Add missing compile rule for s_finite.c, sf_finite.c, s_isinf.c and s...Kito Cheng
2020-10-29RISC-V: Fix wrong including file in s_isinf.cKito Cheng
2020-10-29RISC-V: NaN should return 0 for finite[f]Kito Cheng
2020-10-27RISC-V: Implment finite and fpclassifyKito Cheng
2020-10-27RISC-V: Add fabs[f], fmax[f] and fmin[f].Kito Cheng
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