summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-06-01 19:28:38 +0000
committerbde <bde@FreeBSD.org>2004-06-01 19:28:38 +0000
commit152787c7f1507eb2e375c33079fe9f8816b00298 (patch)
tree03bf14b1362e23f860011d061d2bf2a3d5aa1ffb /Makefile
parent719aa077cb43ef51a1a90748f36a8f0e11e155c6 (diff)
downloadFreeBSD-src-152787c7f1507eb2e375c33079fe9f8816b00298.zip
FreeBSD-src-152787c7f1507eb2e375c33079fe9f8816b00298.tar.gz
Fixed the sign of the result in some overflow and underflow cases (ones
where the exponent is an odd integer and the base is negative). Obtained from: fdlibm-5.3 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.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud