This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from ebc9171ed Bump Cygwin DLL version to 2.11.0 new 9dd3c3b0a newlib: getopt now permutes multi-flag options correctly new fca80a9d1 Improve performance of sinf/cosf/sincosf new b7d9d27b0 libm/common/s_round.c (round): Add cast for 16-bit CPUs new cfe8c6c50 Revert "Improve performance of sinf/cosf/sincosf" new 3baadb991 Improve performance of sinf/cosf/sincosf
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: newlib/libc/include/getopt.h | 3 +- newlib/libc/stdlib/getopt.c | 33 ++-- newlib/libm/common/Makefile.am | 5 +- newlib/libm/common/Makefile.in | 34 +++- newlib/libm/common/{math_errf.c => cosf.c} | 103 ++++++------ newlib/libm/common/math_config.h | 84 +++++++++- newlib/libm/common/s_round.c | 2 +- newlib/libm/common/sincosf.c | 104 +++++++++++++ newlib/libm/common/sincosf.h | 172 +++++++++++++++++++++ newlib/libm/common/{math_errf.c => sincosf_data.c} | 104 ++++++------- newlib/libm/common/{math_errf.c => sinf.c} | 107 ++++++------- newlib/libm/math/sf_cos.c | 2 + newlib/libm/math/sf_sin.c | 2 + newlib/libm/math/wf_sincos.c | 3 + 14 files changed, 581 insertions(+), 177 deletions(-) copy newlib/libm/common/{math_errf.c => cosf.c} (52%) create mode 100644 newlib/libm/common/sincosf.c create mode 100644 newlib/libm/common/sincosf.h copy newlib/libm/common/{math_errf.c => sincosf_data.c} (50%) copy newlib/libm/common/{math_errf.c => sinf.c} (51%)