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 ce9b765522 nptl: Check if thread is already terminated in sigcancel_han [...] new 6a3a4a5e58 x86_64: Add tanh with FMA new 7e72fa7577 x86_64: Add sinh with FMA new bcd4cf9d5f x86_64: Add atanh with FMA
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: benchtests/atanh-inputs | 1 + benchtests/sinh-inputs | 1 + sysdeps/ieee754/dbl-64/e_atanh.c | 8 ++++++++ sysdeps/ieee754/dbl-64/e_sinh.c | 8 ++++++++ sysdeps/ieee754/dbl-64/s_tanh.c | 5 +++++ sysdeps/x86_64/fpu/multiarch/Makefile | 6 ++++++ sysdeps/x86_64/fpu/multiarch/e_atanh-fma.c | 6 ++++++ .../x86_64/fpu/multiarch/{s_exp2m1f.c => e_atanh.c} | 19 ++++++++++--------- .../fpu/multiarch/{s_expm1-fma.c => e_sinh-fma.c} | 4 +++- sysdeps/x86_64/fpu/multiarch/{e_exp.c => e_sinh.c} | 20 ++++++++++---------- .../fpu/multiarch/{s_expm1-fma.c => s_tanh-fma.c} | 3 ++- sysdeps/x86_64/fpu/multiarch/{s_cosf.c => s_tanh.c} | 16 +++++++--------- 12 files changed, 67 insertions(+), 30 deletions(-) create mode 100644 sysdeps/x86_64/fpu/multiarch/e_atanh-fma.c copy sysdeps/x86_64/fpu/multiarch/{s_exp2m1f.c => e_atanh.c} (66%) copy sysdeps/x86_64/fpu/multiarch/{s_expm1-fma.c => e_sinh-fma.c} (67%) copy sysdeps/x86_64/fpu/multiarch/{e_exp.c => e_sinh.c} (68%) copy sysdeps/x86_64/fpu/multiarch/{s_expm1-fma.c => s_tanh-fma.c} (78%) copy sysdeps/x86_64/fpu/multiarch/{s_cosf.c => s_tanh.c} (72%)