This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.40/master in repository glibc.
from 3e820e17a8 nptl: clear the whole rseq area before registration new ee1ab93023 x86_64: Add tanh with FMA new e854f6d37c x86_64: Add sinh with FMA new e5f5dfdda2 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_sincosf.c => e_atanh.c} | 19 ++++++++++--------- .../fpu/multiarch/{s_expm1-fma.c => e_sinh-fma.c} | 4 +++- sysdeps/x86_64/fpu/multiarch/{e_log.c => e_sinh.c} | 20 ++++++++++---------- .../fpu/multiarch/{s_expm1-fma.c => s_tanh-fma.c} | 3 ++- sysdeps/x86_64/fpu/multiarch/{s_sinf.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_sincosf.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_log.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_sinf.c => s_tanh.c} (72%)