aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-04-02 17:53:09 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-04-02 17:53:09 +0530
commite7906a4789f9f6ac4cd4a99522832753887a8cc7 (patch)
tree6981bda7d5a0e33ba4ced1530deb3b08701e55f7 /ChangeLog
parent92e3664bb597c61c581d02c833729d484de726ad (diff)
downloadglibc-e7906a4789f9f6ac4cd4a99522832753887a8cc7.zip
glibc-e7906a4789f9f6ac4cd4a99522832753887a8cc7.tar.gz
glibc-e7906a4789f9f6ac4cd4a99522832753887a8cc7.tar.bz2
Use mantissa_t in mpexp
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d7e235..22b8214 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
+ * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
+ * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
+
* bench/Makefile (bench): Add sin and slowsin.
* benchtests/sin-inputs: New file.
* benchtests/slowsin-inputs: New file.