This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 4/5] Use DO_SIN for sin(x) where 0.25 < |x| < 0.855469
- From: Joseph Myers <joseph at codesourcery dot com>
- To: Siddhesh Poyarekar <siddhesh at sourceware dot org>
- Cc: <libc-alpha at sourceware dot org>
- Date: Thu, 1 Sep 2016 16:35:11 +0000
- Subject: Re: [PATCH 4/5] Use DO_SIN for sin(x) where 0.25 < |x| < 0.855469
- Authentication-results: sourceware.org; auth=none
- References: <1471976565-3576-1-git-send-email-siddhesh@sourceware.org> <1471976565-3576-5-git-send-email-siddhesh@sourceware.org>
On Tue, 23 Aug 2016, Siddhesh Poyarekar wrote:
> The only code looks slightly different from DO_SIN but on closer
> examination, should give exactly the same result. Drop it in favour
> of the DO_SIN function call.
>
> * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DO_SIN.
OK, but it's do_sin not DO_SIN; uppercasing only applies when referring to
the value of a variable.
--
Joseph S. Myers
joseph@codesourcery.com