diff options
author | Wilco Dijkstra <wilco.dijkstra@arm.com> | 2021-03-10 12:41:47 +0000 |
---|---|---|
committer | Wilco Dijkstra <wdijkstr@arm.com> | 2021-03-11 14:26:36 +0000 |
commit | 47ad14d789ecc3f3e16fdc1d6c7f727637f4d055 (patch) | |
tree | 5655731dc28f66aa96cea946f5ae79ac8577f489 /sysdeps/generic | |
parent | 4e1a870b9a4c664c9bc79afd07276ab660abd73f (diff) | |
download | glibc-47ad14d789ecc3f3e16fdc1d6c7f727637f4d055.tar.gz glibc-47ad14d789ecc3f3e16fdc1d6c7f727637f4d055.tar.xz glibc-47ad14d789ecc3f3e16fdc1d6c7f727637f4d055.zip |
math: Remove mpa files [BZ #15267]
Finally remove all mpa related files, headers, declarations, probes, unused tables and update makefiles. Reviewed-By: Paul Zimmermann <Paul.Zimmermann@inria.fr>
Diffstat (limited to 'sysdeps/generic')
-rw-r--r-- | sysdeps/generic/math_private.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/generic/math_private.h b/sysdeps/generic/math_private.h index 10a6fde28d..98b54875f5 100644 --- a/sysdeps/generic/math_private.h +++ b/sysdeps/generic/math_private.h @@ -199,11 +199,5 @@ do { \ extern double __sin (double __x); extern double __cos (double __x); extern int __branred (double __x, double *__a, double *__aa); -extern void __doasin (double __x, double __dx, double __v[]); -extern void __dubsin (double __x, double __dx, double __v[]); -extern void __dubcos (double __x, double __dx, double __v[]); -extern double __mpsin (double __x, double __dx, bool __range_reduce); -extern double __mpcos (double __x, double __dx, bool __range_reduce); -extern void __docos (double __x, double __dx, double __v[]); #endif /* _MATH_PRIVATE_H_ */ |