consolidate sign checks for slow2
commita87b5e95adb97ffd33b2d15cf1a29221e4214500
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 29 Sep 2016 23:45:55 +0000 (30 05:15 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 29 Sep 2016 23:45:56 +0000 (30 05:15 +0530)
tree9be08071b4afbcbc636ea2aefbe3194b64f4785c
parentb59ad2db99df74326ae28926299469eecce6f468
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.
ChangeLog
sysdeps/ieee754/dbl-64/s_sin.c