diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-10-06 12:57:07 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-10-06 12:57:07 +0530 |
commit | 9cb069308c833d98b1ba9c78cb41cff0e90f323d (patch) | |
tree | 3f7d9a19b2f647e997421da260019c304dcd433e /ChangeLog | |
parent | ead1ef37d2c3cd998dffb803c43a4fc2d08537ff (diff) | |
download | glibc-9cb069308c833d98b1ba9c78cb41cff0e90f323d.tar glibc-9cb069308c833d98b1ba9c78cb41cff0e90f323d.tar.gz glibc-9cb069308c833d98b1ba9c78cb41cff0e90f323d.tar.bz2 glibc-9cb069308c833d98b1ba9c78cb41cff0e90f323d.zip |
Adjust calls to do_sincos_1 and do_sincos_2 in s_sincos.c
Adjust calls to do_sincos_1 and do_sincos_2 to pass a boolean
shift_quadrant instead of the numeric 0 and 1.
This does not affect codegen.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2016-10-06 Siddhesh Poyarekar <siddhesh@sourceware.org> + * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Adjust calls to + do_sincos_1 and do_sincos_2 to pass a boolean shift_quadrant. + * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Make K boolean and rename it. (__sin): Adjust. |