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
2019-01-01Bump release to 3.1.0 for yearly snapshotnewlib-snapshot-20181231newlib-3.1.0Jeff Johnston
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-09-03e_scalb.c: Call scalbln instead of scalbn on 16-bit targets to ensure constan...Jon Beniston
2018-08-31Add --disable-newlib-fno-builtin to allow compilation without -fno-builtin fo...newlib-snapshot-20180831Jon Beniston
2018-08-29Remove unused variable 'one' from sf_cos.cKeith Packard
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-26Revert "Remove -fno-builtin to allow gcc to inline functions such as fabs, fl...Corinna Vinschen
2018-06-25Remove -fno-builtin to allow gcc to inline functions such as fabs, floor, cre...Jon Beniston
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-04-13Add nvptx port.Jeff Johnston
2018-01-18Bump release to 3.0.0 for yearly snapshotnewlib-snapshot-20180118newlib-3.0.0Jeff Johnston
2018-01-17ansification: remove _HAVE_STDCYaakov Selkowitz
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz
2018-01-17ansification: remove _DEFUNYaakov Selkowitz
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz
2018-01-17ansification: remove _CONSTYaakov Selkowitz
2018-01-17ansification: remove _ANDYaakov Selkowitz
2017-12-13newlib: Don't do double divide in powf.Jim Wilson
2017-12-13Don't call double rint from float powf.Jim Wilson
2017-12-07makedoc: make errors visibleJon Turney
2017-12-01mathfp: remove TRAD_SYNOPSISYaakov Selkowitz
2017-12-01math: remove TRAD_SYNOPSISYaakov Selkowitz
2017-12-01libm/machine: remove TRAD_SYNOPSISYaakov Selkowitz
2017-12-01complex: remove TRAD_SYNOPSISYaakov Selkowitz
2017-12-01libm/common: remove TRAD_SYNOPSISYaakov Selkowitz