about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c
diff options
context:
space:
mode:
authorAnssi Hannula <anssi.hannula@bitwise.fi>2020-01-27 12:45:11 +0200
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2020-12-18 12:10:31 +0530
commit69a7ca7705626177e09d2fec6cf571f2015b76fc (patch)
treee37bd9f3764b8e028e8b196e6425b602254aa336 /sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c
parentf67f9c9af228f6b84579cb8c86312d3a7a206a55 (diff)
downloadglibc-69a7ca7705626177e09d2fec6cf571f2015b76fc.tar.gz
glibc-69a7ca7705626177e09d2fec6cf571f2015b76fc.tar.xz
glibc-69a7ca7705626177e09d2fec6cf571f2015b76fc.zip
ieee754: Remove unused __sin32 and __cos32
The __sin32 and __cos32 functions were only used in the now removed slow
path of asin and acos.
Diffstat (limited to 'sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c')
-rw-r--r--sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c b/sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c
index 2657c31f49..0965556a01 100644
--- a/sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c
+++ b/sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c
@@ -1,11 +1,9 @@
 #define __ieee754_acos __ieee754_acos_fma4
 #define __ieee754_asin __ieee754_asin_fma4
-#define __cos32 __cos32_fma4
 #define __doasin __doasin_fma4
 #define __docos __docos_fma4
 #define __dubcos __dubcos_fma4
 #define __dubsin __dubsin_fma4
-#define __sin32 __sin32_fma4
 #define SECTION __attribute__ ((section (".text.fma4")))
 
 #include <sysdeps/ieee754/dbl-64/e_asin.c>