This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch google/grte/v5-2.27/master in repository glibc.
from 5780481673 locale: Align _nl_C_LC_CTYPE_class and _nl_C_LC_CTYPE_class32 new be9cb9c30f [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputs new d645d33304 [PATCH 2/7] sin/cos slow paths: remove large range reduction new 8fd5116d91 [PATCH 3/7] sin/cos slow paths: remove slow paths from small [...] new 61a2203826 [PATCH 4/7] sin/cos slow paths: remove slow paths from huge [...] new 2a4caa0f13 [PATCH 5/7] sin/cos slow paths: remove unused slowpath functions new fff1c09704 [PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosin new 43321d8cf8 [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: 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 + 4 files changed, 134 insertions(+), 719 deletions(-)