This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 57b3ff8e1a Update nios2, sparc32 localplt.data for difftime changes (bu [...] new 8700a7851b x86-64: Vectorize sincosf_poly and update s_sincosf-fma.c new 9412979a43 Regenerate sysdeps/x86_64/fpu/libm-test-ulps new ba4b8fab20 x86-64: Remove s_sincosf-sse2.S
The 3 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 | 20 + sysdeps/ieee754/flt-32/s_sincosf.h | 71 +-- sysdeps/ieee754/flt-32/sincosf_poly.h | 87 ++++ .../{ieee754/flt-32 => x86/fpu}/s_sincosf_data.c | 22 +- sysdeps/x86/fpu/sincosf_poly.h | 111 ++++ sysdeps/x86_64/fpu/libm-test-ulps | 6 + sysdeps/x86_64/fpu/multiarch/s_sincosf-fma.c | 271 +--------- sysdeps/x86_64/fpu/multiarch/s_sincosf-sse2.S | 2 - sysdeps/x86_64/fpu/multiarch/s_sincosf-sse2.c | 2 + sysdeps/x86_64/fpu/s_sincosf.S | 566 --------------------- 10 files changed, 236 insertions(+), 922 deletions(-) create mode 100644 sysdeps/ieee754/flt-32/sincosf_poly.h copy sysdeps/{ieee754/flt-32 => x86/fpu}/s_sincosf_data.c (82%) create mode 100644 sysdeps/x86/fpu/sincosf_poly.h delete mode 100644 sysdeps/x86_64/fpu/multiarch/s_sincosf-sse2.S create mode 100644 sysdeps/x86_64/fpu/multiarch/s_sincosf-sse2.c delete mode 100644 sysdeps/x86_64/fpu/s_sincosf.S