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-16Add declarations for __ieee754_tgamma functions to fdlibm.hJeff Johnston
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-05libm: Control errno support with _IEEE_LIBM configuration parameterKeith 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-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-19Fix modf/f for NaN inputFabian Schriever
2020-03-11Fix truncf for sNaN inputFabian Schriever
2020-03-10Fix error in fdim/f for infinitiesFabian Schriever
2020-02-06Typo in license terms for newlib/libm/common/log2.cKeith Packard
2019-12-02libm: switch sf_log1p from double error routines to floatKeith Packard
2019-07-26common/math_errf.c: Enable compilation of __math_oflowfJoel Sherrill
2019-07-09Set errno in expm1{,f} / log1p{,f}Jeff Johnston
2019-01-23Remove HUGE_VAL definition from libm math functionsJozef Lawrynowicz
2019-01-23Remove matherr, and SVID and X/Open math library configurationsJozef Lawrynowicz
2018-12-10Fix powf overflow handling in non-nearest rounding modeSzabolcs Nagy
2018-10-10Implement nanl in newlib onlyCorinna Vinschen
2018-09-28Update Arm copyright notices in new math filesWilco Dijkstra
2018-09-18Fix the documentation comment of checkintSzabolcs Nagy
2018-09-06Document the log table generation methodSzabolcs Nagy
2018-09-03math_config.h: Fix signed overflow warning for 16-bit targetscygwin-2_11_1-releaseJon Beniston
2018-08-16Improve sincosf commentsWilco Dijkstra
2018-08-08newlib: don't use __visibility__ attrribute on CygwinCorinna Vinschen
2018-08-08newlib: fix various gcc warningsCorinna Vinschen
2018-07-11Remove float compare option from sincosfSzabolcs Nagy
2018-07-11Fix the documentation comments for log_inline in powSzabolcs Nagy
2018-07-06Fix namespace issues in sinf, cosf and sincosfSzabolcs Nagy
2018-07-06Fix large ulp error in pow without fma very near 1.0Szabolcs Nagy
2018-07-06Change the return type of converttoint and document the semanticsSzabolcs Nagy
2018-07-06Remove unused TOINT_RINT and TOINT_SHIFT macrosSzabolcs Nagy
2018-07-06Move __HAVE_FAST_FMA to math_config.hSzabolcs Nagy
2018-07-06Fix code style and comments of new math codeSzabolcs Nagy
2018-06-27New pow implementationSzabolcs Nagy
2018-06-27New log2 implementationSzabolcs Nagy
2018-06-27New log implementationSzabolcs Nagy
2018-06-27New exp and exp2 implementationsSzabolcs Nagy
2018-06-27Use uint32_t sign argument to math error functionsSzabolcs Nagy
2018-06-21Improve performance of sinf/cosf/sincosfWilco Dijkstra
2018-06-21Revert "Improve performance of sinf/cosf/sincosf"Corinna Vinschen
2018-06-21libm/common/s_round.c (round): Add cast for 16-bit CPUsJon Beniston
2018-06-19Improve performance of sinf/cosf/sincosfWilco Dijkstra
2018-05-29fix llrint and lrint for 52 <= exponent <= 62Matthias Kannwischer
2018-05-07Use _LDBL_EQ_DBL in nexttowardf.cJeff Johnston
2018-01-17ansification: remove _DEFUNYaakov Selkowitz
2017-12-07makedoc: make errors visibleJon Turney
2017-12-01libm/common: remove TRAD_SYNOPSISYaakov Selkowitz