This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 579396ee08 nptl: Add test for callee-saved register restore in pthread_exit new c70e4e9c9e x86-64: Add sincosf with vector FMA
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: ChangeLog | 11 + NEWS | 4 +- sysdeps/x86_64/fpu/multiarch/Makefile | 5 +- sysdeps/x86_64/fpu/multiarch/s_sincosf-fma.c | 240 +++++++++++++++++++++ sysdeps/x86_64/fpu/multiarch/s_sincosf-sse2.S | 2 + .../x86_64/fpu/multiarch/{s_sinf.c => s_sincosf.c} | 12 +- sysdeps/x86_64/fpu/s_sincosf.S | 2 + 7 files changed, 266 insertions(+), 10 deletions(-) create mode 100644 sysdeps/x86_64/fpu/multiarch/s_sincosf-fma.c create mode 100644 sysdeps/x86_64/fpu/multiarch/s_sincosf-sse2.S copy sysdeps/x86_64/fpu/multiarch/{s_sinf.c => s_sincosf.c} (73%)