]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86_64: Add atanh with FMA
authorSunil K Pandey <skpgkp2@gmail.com>
Thu, 6 Mar 2025 00:13:38 +0000 (16:13 -0800)
committerSunil K Pandey <skpgkp2@gmail.com>
Thu, 13 Mar 2025 21:30:47 +0000 (14:30 -0700)
commitc7c4a5906f326f1290b1c2413a83c530564ec4b8
tree198a3d71c40ba5eb3e9f4de3d2cd1f3b461664c8
parent9b646f5dc933dfa019f2ed7f80b6198b43e31f62
x86_64: Add atanh with FMA

On SPR, it improves atanh bench performance by:

Before After Improvement
reciprocal-throughput 15.1715 14.8628 2%
latency 57.1941 56.1883 2%

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
benchtests/atanh-inputs
sysdeps/ieee754/dbl-64/e_atanh.c
sysdeps/x86_64/fpu/multiarch/Makefile
sysdeps/x86_64/fpu/multiarch/e_atanh-fma.c [new file with mode: 0644]
sysdeps/x86_64/fpu/multiarch/e_atanh.c [new file with mode: 0644]