This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reduction


On Wed, 21 Mar 2018, Wilco Dijkstra wrote:

>     The constants s1, s2, s3, etc. are pre-computed values of 1/3!, 1/5! and so
>     on.  The result is returned to LHS and correction in COR.  */
> -#define TAYLOR_SIN(xx, a, da, cor) \
> +#define TAYLOR_SIN(xx, a, da) \

This comment needs updating for the removal of COR.

OK with that change.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]