aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-02-16 00:15:57 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-02-16 00:15:57 +0530
commit22af19f9fb1909690dbe9840c0de093b656b4a68 (patch)
treea21f036eb56c8c5ca7ee00a6bc3f66d565e375ba /ChangeLog
parent4709fe7602b56e9f6ee1ab6afb4067409a784f29 (diff)
downloadglibc-22af19f9fb1909690dbe9840c0de093b656b4a68.tar
glibc-22af19f9fb1909690dbe9840c0de093b656b4a68.tar.gz
glibc-22af19f9fb1909690dbe9840c0de093b656b4a68.tar.bz2
glibc-22af19f9fb1909690dbe9840c0de093b656b4a68.zip
Don't require LIM to determine loop end in __sqr
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 607433b82f..cfddab03bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2013-02-16 Siddhesh Poyarekar <siddhesh@redhat.com>
+ * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
+ loop termination condition.
+
* sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
variable to calculate EZ.
(__sqr): Likewise.