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 /manual | |
parent | f67f9c9af228f6b84579cb8c86312d3a7a206a55 (diff) | |
download | glibc-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 'manual')
-rw-r--r-- | manual/probes.texi | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/manual/probes.texi b/manual/probes.texi index 0ea560ed78..61254bc430 100644 --- a/manual/probes.texi +++ b/manual/probes.texi @@ -311,20 +311,6 @@ input that results in multiple precision computation with precision is the computed result. @end deftp -@deftp Probe slowasin (double @var{$arg1}, double @var{$arg2}) -This probe is triggered when the @code{asin} function is called with -an input that results in multiple precision computation with precision -32. Argument @var{$arg1} is the input to the function and @var{$arg2} -is the computed result. -@end deftp - -@deftp Probe slowacos (double @var{$arg1}, double @var{$arg2}) -This probe is triggered when the @code{acos} function is called with -an input that results in multiple precision computation with precision -32. Argument @var{$arg1} is the input to the function and @var{$arg2} -is the computed result. -@end deftp - @deftp Probe slowsin (double @var{$arg1}, double @var{$arg2}) This probe is triggered when the @code{sin} function is called with an input that results in multiple precision computation with precision |