This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from d976d44a89 manual: fix reference to source file new dc1e5eeb25 x86_64: Optimize sincos where sin/cos is optimized (bug 29193)
The 1 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/ieee754/dbl-64/s_sincos.c | 7 +++++++ sysdeps/x86_64/fpu/multiarch/Makefile | 12 +++++++++--- sysdeps/x86_64/fpu/multiarch/s_sincos-avx.c | 3 +++ sysdeps/x86_64/fpu/multiarch/s_sincos-fma.c | 3 +++ sysdeps/x86_64/fpu/multiarch/s_sincos-fma4.c | 3 +++ sysdeps/x86_64/fpu/multiarch/{s_tan.c => s_sincos.c} | 16 ++++++++-------- 6 files changed, 33 insertions(+), 11 deletions(-) create mode 100644 sysdeps/x86_64/fpu/multiarch/s_sincos-avx.c create mode 100644 sysdeps/x86_64/fpu/multiarch/s_sincos-fma.c create mode 100644 sysdeps/x86_64/fpu/multiarch/s_sincos-fma4.c copy sysdeps/x86_64/fpu/multiarch/{s_tan.c => s_sincos.c} (71%)