This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from b602f60f5e s390x: Regenerated ULPs. new 569cfaaf49 AArch64: Improve codegen in AdvSIMD pow new 8eb5ad2ebc AArch64: Improve codegen in AdvSIMD logs new ca0c0d0f26 AArch64: Improve codegen in users of ADVSIMD log1p helper new 13a7ef5999 AArch64: Improve codegen in users of ADVSIMD expm1 helper
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/acosh_advsimd.c | 5 +- sysdeps/aarch64/fpu/atanh_advsimd.c | 26 +++++--- sysdeps/aarch64/fpu/expm1_advsimd.c | 68 ++++---------------- sysdeps/aarch64/fpu/log10_advsimd.c | 79 +++++++++++++---------- sysdeps/aarch64/fpu/log1p_advsimd.c | 105 ++++++------------------------- sysdeps/aarch64/fpu/log2_advsimd.c | 73 ++++++++++++--------- sysdeps/aarch64/fpu/log_advsimd.c | 94 ++++++++++++++------------- sysdeps/aarch64/fpu/pow_advsimd.c | 115 ++++++++++++++++++---------------- sysdeps/aarch64/fpu/sinh_advsimd.c | 69 +++++--------------- sysdeps/aarch64/fpu/tanh_advsimd.c | 62 ++++-------------- sysdeps/aarch64/fpu/v_expm1_inline.h | 97 ++++++++++++++++++++++++++++ sysdeps/aarch64/fpu/v_expm1f_inline.h | 1 - sysdeps/aarch64/fpu/v_log1p_inline.h | 84 ++++++++++++++++--------- 13 files changed, 430 insertions(+), 448 deletions(-) create mode 100644 sysdeps/aarch64/fpu/v_expm1_inline.h