]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86_64: Add sinh with FMA
authorSunil K Pandey <skpgkp2@gmail.com>
Sat, 8 Mar 2025 16:51:10 +0000 (08:51 -0800)
committerSunil K Pandey <skpgkp2@gmail.com>
Thu, 13 Mar 2025 17:55:25 +0000 (10:55 -0700)
commitdded0d20f67ba1925ccbcb9cf28f0c75febe0dbe
treec7fcb8f1db45fb7ff4cb46a99d2828d49e9e6726
parent5e1a64736ea472274d51073898e4b5f2f23904cc
x86_64: Add sinh with FMA

On SPR, it improves sinh bench performance by:

Before After Improvement
reciprocal-throughput 14.2017 11.815 17%
latency 36.4917 35.2114 4%

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