This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from f72aa11d7e Use Linux 4.16 in build-many-glibcs.py. new 19a8b9a300 [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputs new 7a5640f23a [PATCH 2/7] sin/cos slow paths: remove large range reduction new d9469deb14 [PATCH 3/7] sin/cos slow paths: remove slow paths from small [...] new 649095838b [PATCH 4/7] sin/cos slow paths: remove slow paths from huge [...] new 72f6e9a3e3 [PATCH 5/7] sin/cos slow paths: remove unused slowpath functions new aef3e2558a [PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosin new e88ecbbfe8 [PATCH 7/7] sin/cos slow paths: refactor sincos implementation
The 7 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: ChangeLog | 72 +++- sysdeps/aarch64/libm-test-ulps | 6 + sysdeps/ieee754/dbl-64/s_sin.c | 733 ++++---------------------------------- sysdeps/ieee754/dbl-64/s_sincos.c | 108 +++--- sysdeps/x86_64/fpu/libm-test-ulps | 6 + 5 files changed, 205 insertions(+), 720 deletions(-)