This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 43cfdf8f48 Clean up converttoint handling and document the semantics new ea5c662c62 Improve performance of sincosf
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 | 14 ++ math/Makefile | 2 +- .../fpu/doasin.c => ia64/fpu/s_sincosf_data.c} | 0 sysdeps/ieee754/flt-32/s_sincosf.c | 196 +++++++-------------- sysdeps/ieee754/flt-32/s_sincosf.h | 118 +++++++++++++ sysdeps/ieee754/flt-32/s_sincosf_data.c | 74 ++++++++ .../doasin.c => m68k/m680x0/fpu/s_sincosf_data.c} | 0 .../fpu/doasin.c => x86_64/fpu/s_sincosf_data.c} | 0 8 files changed, 271 insertions(+), 133 deletions(-) copy sysdeps/{i386/fpu/doasin.c => ia64/fpu/s_sincosf_data.c} (100%) create mode 100644 sysdeps/ieee754/flt-32/s_sincosf_data.c copy sysdeps/{i386/fpu/doasin.c => m68k/m680x0/fpu/s_sincosf_data.c} (100%) copy sysdeps/{i386/fpu/doasin.c => x86_64/fpu/s_sincosf_data.c} (100%)