Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jun 2004 21:38:47 -0700
From:      David Schultz <das@FreeBSD.ORG>
To:        Bruce Evans <bde@FreeBSD.ORG>
Cc:        cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/lib/msun/src e_pow.c
Message-ID:  <20040602043847.GA15163@VARK.homeunix.com>
In-Reply-To: <200406011928.i51JSdOw070538@repoman.freebsd.org>
References:  <200406011928.i51JSdOw070538@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 01, 2004, Bruce Evans wrote:
>   Sun finally released a new version of fdlibm just a coupe of weeks
>   ago.  It only fixes 3 bugs (this one, another one in pow() that we
>   already have (rev.1.9), and one in tan().  I've learned too much about
>   powf() lately, so this fix was easy to merge.  The patch is not verbatim,
>   because our base version has many differences for portability and I
>   didn't like global renaming of an unrelated variable to keep it separate
>   from the sign variable.  This patch uses a new variable named sn for
>   the sign.

Coincidentally, I started looking over the new version last night.
I'll commit a fix for the tan() bug in a minute or two, unless you
beat me to it.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040602043847.GA15163>