Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-06-14 03:03:01 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-06-14 03:03:01 +0400
commita47e66ae3a33750f37505df1a4871fe84438ca34 (patch)
tree0c5aac4b2ad52f145cd11044c4dd2f934a141292 /newlib/ChangeLog
parent04229a06ac07682c29d8d53c362858e612ea1afd (diff)
2002-06-13 Stephen L. Moshier <steve@moshier.net>
* libm/math/e_pow.c (__ieee754_pow): Fix case whereby x is close to -1.0 and y is very large to use ax (absolute value) instead of x. * libm/math/ef_pow.c (__ieee754_powf): Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index c51adc4de..5eb6ac4e1 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,12 @@
+2002-06-13 Stephen L. Moshier <steve@moshier.net>
+
+ * libm/math/e_pow.c (__ieee754_pow): Fix case whereby
+ x is close to -1.0 and y is very large to use ax (absolute value)
+ instead of x.
+ * libm/math/ef_pow.c (__ieee754_powf): Ditto.
+
+Thu Jun 13 19:23:40 2002 J"orn Rennecke <joern.rennecke@superh.com>
+
Thu Jun 13 19:23:40 2002 J"orn Rennecke <joern.rennecke@superh.com>
* libc/machine/sh/strcpy.S (strcpy, __SHMEDIA__ code):