diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-02-16 00:15:57 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-02-16 00:15:57 +0530 |
commit | 22af19f9fb1909690dbe9840c0de093b656b4a68 (patch) | |
tree | a21f036eb56c8c5ca7ee00a6bc3f66d565e375ba /ChangeLog | |
parent | 4709fe7602b56e9f6ee1ab6afb4067409a784f29 (diff) | |
download | glibc-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |