about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-12-11 11:24:25 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-12-11 11:24:25 +0530
commit196f7f5dbfe3019379934ab39ca8b7ef1d92add5 (patch)
treeccf3d5ab9bcacccb6451a793509bbe4cbfd5dd38 /ChangeLog
parent0dfa665cc1fb3cf34ef4e173effe5651d4a8497d (diff)
downloadglibc-196f7f5dbfe3019379934ab39ca8b7ef1d92add5.tar.gz
glibc-196f7f5dbfe3019379934ab39ca8b7ef1d92add5.tar.xz
glibc-196f7f5dbfe3019379934ab39ca8b7ef1d92add5.zip
Use double constants instead of the struct number
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7b18ab22f..bfa0b6e0ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
+	instead of structures.
+	* sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
+	(POLYNOMIAL): Likewise.
+	(TAYLOR_SLOW): Likewise.
+	(__sin): Likewise.
+	(__cos): Likewise.
+	(slow1): Likewise.
+	(slow2): Likewise.
+	(sloww): Likewise.
+	(sloww1); Likewise.
+	(sloww2): Likewise.
+	(bsloww1): Likewise.
+	(bsloww2): Likewise.
+	(cslow2): Likewise.
+	(csloww): Likewise.
+	(csloww1): Likewise.
+	(csloww2): Likewise.
+
 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
 
 	* malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.