This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.41/master in repository glibc.
from 30992cb5e9 RISC-V: Fix IFUNC resolver cannot access gp pointer new 7c9a086807 Aarch64: Improve codegen in SVE asinh new 94859e8680 Aarch64: Improve codegen in SVE exp and users, and update ex [...] new f3d9c116cb AArch64: Improve codegen for SVE erfcf new 2025e27a81 AArch64: Improve codegen for SVE pow new 7774a9d07a AArch64: Improve codegen for SVE powf
The 5 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/asinh_sve.c | 111 +++++++++++----- sysdeps/aarch64/fpu/cosh_sve.c | 18 +-- sysdeps/aarch64/fpu/erfcf_sve.c | 12 +- sysdeps/aarch64/fpu/exp10_sve.c | 25 ++-- sysdeps/aarch64/fpu/exp2_sve.c | 26 ++-- sysdeps/aarch64/fpu/exp_sve.c | 36 ++--- sysdeps/aarch64/fpu/pow_sve.c | 245 ++++++++++++++++++++--------------- sysdeps/aarch64/fpu/powf_sve.c | 117 ++++++++--------- sysdeps/aarch64/fpu/sv_expf_inline.h | 3 +- 9 files changed, 343 insertions(+), 250 deletions(-)