Use do_sin for sin(x) where 0.25 < |x| < 0.855469
commit25e440c6c7b32da8720a5a18cec0d5322f7eccd0
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 1 Sep 2016 16:41:00 +0000 (1 22:11 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Fri, 2 Sep 2016 14:38:41 +0000 (2 20:08 +0530)
treea07479761316316ddba7715c5adbc6d8040aeda2
parent758e79ec89c4e285bafcef601702cd27790fd78e
Use do_sin for sin(x) where 0.25 < |x| < 0.855469

The only code looks slightly different from do_sin but on closer
examination, should give exactly the same result.  Drop it in favour
of the do_sin function call.

* sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use do_sin.
ChangeLog
sysdeps/ieee754/dbl-64/s_sin.c