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/x86_64/fpu/multiarch/dosincos-fma4.c | |
parent | 4e1a870b9a4c664c9bc79afd07276ab660abd73f (diff) | |
download | glibc-47ad14d789ecc3f3e16fdc1d6c7f727637f4d055.tar.gz |
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/x86_64/fpu/multiarch/dosincos-fma4.c')
-rw-r--r-- | sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c b/sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c deleted file mode 100644 index 1578b2fce0..0000000000 --- a/sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c +++ /dev/null @@ -1,6 +0,0 @@ -#define __docos __docos_fma4 -#define __dubcos __dubcos_fma4 -#define __dubsin __dubsin_fma4 -#define SECTION __attribute__ ((section (".text.fma4"))) - -#include <sysdeps/ieee754/dbl-64/dosincos.c> |