diff options
author | Anssi Hannula <anssi.hannula@bitwise.fi> | 2020-01-27 12:45:11 +0200 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2020-12-18 12:10:31 +0530 |
commit | 69a7ca7705626177e09d2fec6cf571f2015b76fc (patch) | |
tree | e37bd9f3764b8e028e8b196e6425b602254aa336 /sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c | |
parent | f67f9c9af228f6b84579cb8c86312d3a7a206a55 (diff) | |
download | glibc-69a7ca7705626177e09d2fec6cf571f2015b76fc.tar.gz |
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/sincos32-fma4.c')
-rw-r--r-- | sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c b/sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c index ebbfa18cca..643eedf138 100644 --- a/sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c +++ b/sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c @@ -1,5 +1,3 @@ -#define __cos32 __cos32_fma4 -#define __sin32 __sin32_fma4 #define __c32 __c32_fma4 #define __mpsin __mpsin_fma4 #define __mpsin1 __mpsin1_fma4 |