This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc handling of the sin, cos functions
- To: N8TM at aol dot com
- Subject: Re: gcc handling of the sin, cos functions
- From: Richard Henderson <rth at cygnus dot com>
- Date: Fri, 19 Nov 1999 09:38:07 -0800
- Cc: oliva at lsd dot ic dot unicamp dot br, dvv at egcs dot dvv dot org, jcarrig at ieee dot org, gcc at gcc dot gnu dot org
- References: <0.330b9375.2566af65@aol.com>
On Fri, Nov 19, 1999 at 08:49:25AM -0500, N8TM@aol.com wrote:
> The greater problem is the lack of protection on extreme
> values of data.
Exactly. It's the argument reduction loop that kills sin/cos
for expansion inline, when looking for Proper versions.
r~