This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from f9493a15ea Hide all malloc functions from compiler [BZ #32366] new d6e034f5b2 AArch64: Improve codegen of AdvSIMD logf function family new 6914774b9d AArch64: Improve codegen of AdvSIMD atan(2)(f) new cff9648d0b AArch64: Improve codegen of AdvSIMD expf family
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/atan2_advsimd.c | 110 +++++++++++++++++++++++++---------- sysdeps/aarch64/fpu/atan2f_advsimd.c | 58 ++++++++++-------- sysdeps/aarch64/fpu/atan_advsimd.c | 60 ++++++++++++++----- sysdeps/aarch64/fpu/coshf_advsimd.c | 28 ++++++--- sysdeps/aarch64/fpu/exp10f_advsimd.c | 60 ++++++++++--------- sysdeps/aarch64/fpu/exp2f_advsimd.c | 54 ++++++++--------- sysdeps/aarch64/fpu/expf_advsimd.c | 54 ++++++++--------- sysdeps/aarch64/fpu/log10f_advsimd.c | 29 ++++++--- sysdeps/aarch64/fpu/log2f_advsimd.c | 29 ++++++--- sysdeps/aarch64/fpu/logf_advsimd.c | 48 ++++++++------- sysdeps/aarch64/fpu/v_expf_inline.h | 49 +++++++--------- 11 files changed, 353 insertions(+), 226 deletions(-)