This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from cdb9ba8419 assert: Add test for CVE-2025-0395 new 5afaf99edb math: Improve layout of exp/exp10 data new 8f0e7fe61e Aarch64: Improve codegen in SVE asinh new c0ff447edf Aarch64: Improve codegen in SVE exp and users, and update ex [...] new f5ff34cb3c AArch64: Improve codegen for SVE erfcf new 0b195651db AArch64: Improve codegen for SVE pow new 95e807209b AArch64: Improve codegen for SVE powf
The 6 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 +- sysdeps/ieee754/dbl-64/math_config.h | 6 +- 10 files changed, 347 insertions(+), 252 deletions(-)