This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 8788bd77d6 sparc: Fix sparc32 Fix argument passing to __libc_start_main [...] new 1e3d1ddf97 AArch64: Optimize SVE exp functions new dee22d2a81 AArch64: Optimise SVE FP64 Hyperbolics new 6849c5b791 AArch64: Improve codegen SVE log1p helper
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: sysdeps/aarch64/fpu/acosh_sve.c | 6 +- sysdeps/aarch64/fpu/atanh_sve.c | 3 +- sysdeps/aarch64/fpu/cosh_sve.c | 135 ++++++++++++++--------- sysdeps/aarch64/fpu/exp10f_sve.c | 53 ++++----- sysdeps/aarch64/fpu/exp2_sve.c | 76 ++++++------- sysdeps/aarch64/fpu/exp2f_sve.c | 35 ++---- sysdeps/aarch64/fpu/expm1_sve.c | 202 ++++++++++++++++++++++++---------- sysdeps/aarch64/fpu/sinh_sve.c | 165 ++++++++++++++++++--------- sysdeps/aarch64/fpu/sv_log1p_inline.h | 86 +++++++++++---- sysdeps/aarch64/fpu/tanh_sve.c | 154 ++++++++++++++++---------- 10 files changed, 571 insertions(+), 344 deletions(-)