aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-02-16 00:09:29 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-02-16 00:09:29 +0530
commit4709fe7602b56e9f6ee1ab6afb4067409a784f29 (patch)
treece320f90a81d0a5526ccefcd85fde460fd046c81 /ChangeLog
parent2d0e0f29f85036d1189231cb7c1f19f27ba14a89 (diff)
downloadglibc-4709fe7602b56e9f6ee1ab6afb4067409a784f29.tar
glibc-4709fe7602b56e9f6ee1ab6afb4067409a784f29.tar.gz
glibc-4709fe7602b56e9f6ee1ab6afb4067409a784f29.tar.bz2
glibc-4709fe7602b56e9f6ee1ab6afb4067409a784f29.zip
Use intermediate variable to compute exponent in __mul
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 012fce4f69..607433b82f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
+2013-02-16 Siddhesh Poyarekar <siddhesh@redhat.com>
+
+ * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
+ variable to calculate EZ.
+ (__sqr): Likewise.
* sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
the lower precision input.