This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 4afbc1aa2e htl: don't export __pthread_default_rwlockattr anymore. new 246e52574d math: Consolidate cospif and sinpif internal tables new 1faccf388a math: Consolidate acospif and asinpif internal tables new 0242c9f9e6 math: Consolidate acosf and asinf internal tables
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: math/Makefile | 3 + sysdeps/ieee754/flt-32/e_acosf.c | 19 +---- sysdeps/ieee754/flt-32/e_asinf.c | 19 +---- sysdeps/ieee754/flt-32/s_acospif.c | 53 +------------- .../{e_sincoshf_data.h => s_asincosf_data.c} | 37 ++++++---- .../{e_sincoshf_data.h => s_asincosf_data.h} | 23 +++--- sysdeps/ieee754/flt-32/s_asincospif_data.c | 81 ++++++++++++++++++++++ .../{e_sincoshf_data.h => s_asincospif_data.h} | 20 +++--- sysdeps/ieee754/flt-32/s_asinpif.c | 55 +-------------- sysdeps/ieee754/flt-32/s_cospif.c | 61 +--------------- sysdeps/ieee754/flt-32/s_sincospif_data.c | 80 +++++++++++++++++++++ .../{e_sincoshf_data.h => s_sincospif_data.h} | 23 +++--- sysdeps/ieee754/flt-32/s_sinpif.c | 60 +--------------- 13 files changed, 234 insertions(+), 300 deletions(-) copy sysdeps/ieee754/flt-32/{e_sincoshf_data.h => s_asincosf_data.c} (53%) copy sysdeps/ieee754/flt-32/{e_sincoshf_data.h => s_asincosf_data.h} (70%) create mode 100644 sysdeps/ieee754/flt-32/s_asincospif_data.c copy sysdeps/ieee754/flt-32/{e_sincoshf_data.h => s_asincospif_data.h} (75%) create mode 100644 sysdeps/ieee754/flt-32/s_sincospif_data.c copy sysdeps/ieee754/flt-32/{e_sincoshf_data.h => s_sincospif_data.h} (70%)