summary refs log tree commit diff
path: root/sysdeps/aarch64
diff options
context:
space:
mode:
authorWilco Dijkstra <wilco.dijkstra@arm.com>2021-03-10 12:39:56 +0000
committerWilco Dijkstra <wdijkstr@arm.com>2021-03-11 14:26:36 +0000
commitdb3f7bb5586392d9809fc6397c7184983aed6008 (patch)
tree59384a45317a88bceae8b4155975b798a80d09a6 /sysdeps/aarch64
parent94caafa040e4b4289c968cd70d53041b1463ac4d (diff)
downloadglibc-db3f7bb5586392d9809fc6397c7184983aed6008.tar.gz
glibc-db3f7bb5586392d9809fc6397c7184983aed6008.tar.xz
glibc-db3f7bb5586392d9809fc6397c7184983aed6008.zip
math: Remove slow paths from asin and acos [BZ #15267]
This patch series removes all remaining slow paths and related code.
First asin/acos, tan, atan, atan2 implementations are updated, and the final
patch removes the unused mpa files, headers and probes. Passes buildmanyglibc.

Remove slow paths from asin/acos. Add ULP annotations based on previous slow
path checks (which are approximate). Update AArch64 and x86_64 libm-test-ulps.

Reviewed-By: Paul Zimmermann <Paul.Zimmermann@inria.fr>
Diffstat (limited to 'sysdeps/aarch64')
-rw-r--r--sysdeps/aarch64/libm-test-ulps2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/aarch64/libm-test-ulps b/sysdeps/aarch64/libm-test-ulps
index 780ee25c68..21ff7dc5ce 100644
--- a/sysdeps/aarch64/libm-test-ulps
+++ b/sysdeps/aarch64/libm-test-ulps
@@ -57,7 +57,7 @@ float: 1
 ldouble: 1
 
 Function: "asin_upward":
-double: 1
+double: 2
 float: 1
 ldouble: 2