diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-09-30 05:15:55 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-09-30 05:15:56 +0530 |
commit | a87b5e95adb97ffd33b2d15cf1a29221e4214500 (patch) | |
tree | 9be08071b4afbcbc636ea2aefbe3194b64f4785c /ChangeLog | |
parent | b59ad2db99df74326ae28926299469eecce6f468 (diff) | |
download | glibc-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |