This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 820948edd9 nss: Get rid of alloca usage in makedb's write_output. new 8014d1e832 aarch64: Improve vecmath sin routines new 9180160e08 aarch64: Optimize SVE cos & cosf new 480a0dfe1a aarch64: Cosmetic change in SVE exp routines new 5a4b6f8e4b aarch64: Optimise vecmath logs
The 4 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/aarch64/fpu/cos_sve.c | 53 ++++--- sysdeps/aarch64/fpu/cosf_sve.c | 47 +++---- sysdeps/aarch64/fpu/exp_sve.c | 58 ++++---- sysdeps/aarch64/fpu/expf_sve.c | 33 +++-- sysdeps/aarch64/fpu/log_advsimd.c | 36 +++-- sysdeps/aarch64/fpu/log_sve.c | 52 ++++--- sysdeps/aarch64/fpu/logf_advsimd.c | 26 ++-- sysdeps/aarch64/fpu/logf_sve.c | 40 +++--- sysdeps/aarch64/fpu/sin_advsimd.c | 10 +- sysdeps/aarch64/fpu/sin_sve.c | 106 +++++++------- sysdeps/aarch64/fpu/sinf_sve.c | 44 +++--- sysdeps/aarch64/fpu/v_log_data.c | 260 +++++++++++++++++------------------ sysdeps/aarch64/fpu/v_math.h | 21 +-- sysdeps/aarch64/fpu/vecmath_config.h | 6 +- 14 files changed, 404 insertions(+), 388 deletions(-)