about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-09-19 20:34:45 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-09-19 20:34:45 +0530
commit4aafb73cb29df05f040b150fc06f756921825bbd (patch)
treed143c5f9e4aa66ea259c2f4d08fa498fa876293a /ChangeLog
parentd84f25c7d871dac31ed3ef136ebfb80d3ac73601 (diff)
downloadglibc-4aafb73cb29df05f040b150fc06f756921825bbd.tar.gz
glibc-4aafb73cb29df05f040b150fc06f756921825bbd.tar.xz
glibc-4aafb73cb29df05f040b150fc06f756921825bbd.zip
Consolidate common code into macros
Consolidated common Taylor series polynomials into macros in s_sin.c
to make it a bit cleaner.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7a74598b5..bbfa4d5c77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
+	(POLYNOMIAL): Likewise.
+	(TAYLOR_SINCOS): Likewise.
+	(TAYLOR_SLOW): Likewise.
+	(__sin): Use TAYLOR_SINCOS.
+	(__cos): Likewise.
+	(slow): Use TAYLOR_SLOW.
+	(sloww): Likewise.
+	(bsloww): Likewise.
+	(csloww): Likewise.
+
 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
 
 	* stdlib/strtod_l.c: Fix buffer overrun.