diff options
| author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-10-08 10:55:14 -0300 |
|---|---|---|
| committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-10-30 15:41:26 -0300 |
| commit | 555c39c0fcefde195c06adb5145217947bf4ff03 (patch) | |
| tree | 50df52a1a238ad97527c51d69b43c398b92cf8ee /sysdeps/mach | |
| parent | 8facb464b4eacc1c7a22e1244c1be367a45827e2 (diff) | |
math: Remove the SVID error handling from atanhf
It improves latency for about 1-10% and throughput for about 5-10%.
Tested on x86_64-linux-gnu and i686-linux-gnu.
Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
Diffstat (limited to 'sysdeps/mach')
| -rw-r--r-- | sysdeps/mach/hurd/i386/libm.abilist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/i386/libm.abilist b/sysdeps/mach/hurd/i386/libm.abilist index b0cc5c1488..ad305395a3 100644 --- a/sysdeps/mach/hurd/i386/libm.abilist +++ b/sysdeps/mach/hurd/i386/libm.abilist @@ -1320,6 +1320,7 @@ GLIBC_2.42 rsqrtl F GLIBC_2.43 acosf F GLIBC_2.43 acoshf F GLIBC_2.43 asinf F +GLIBC_2.43 atanhf F GLIBC_2.43 fmod F GLIBC_2.43 fmodf F GLIBC_2.43 log10f F |
