aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2016-09-30 05:15:55 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2016-09-30 05:15:56 +0530
commita87b5e95adb97ffd33b2d15cf1a29221e4214500 (patch)
tree9be08071b4afbcbc636ea2aefbe3194b64f4785c /ChangeLog
parentb59ad2db99df74326ae28926299469eecce6f468 (diff)
downloadglibc-a87b5e95adb97ffd33b2d15cf1a29221e4214500.zip
glibc-a87b5e95adb97ffd33b2d15cf1a29221e4214500.tar.gz
glibc-a87b5e95adb97ffd33b2d15cf1a29221e4214500.tar.bz2
consolidate sign checks for slow2
Simplify the code a bit by consolidating sign checks in slow1 and slow2 into __sin at the higher level. * sysdeps/ieee754/dbl-64/s_sin.c (slow1): Consolidate sign check from here... (slow2): ... and here... (__sin): ... to here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f9538c..6f5ac72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-09-29 Siddhesh Poyarekar <siddhesh@sourceware.org>
+
+ * sysdeps/ieee754/dbl-64/s_sin.c (slow1): Consolidate sign
+ check from here...
+ (slow2): ... and here...
+ (__sin): ... to here.
+
2016-09-28 Joseph Myers <joseph@codesourcery.com>
* math/math.h