diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-10-06 12:54:04 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-10-06 12:54:04 +0530 |
commit | ead1ef37d2c3cd998dffb803c43a4fc2d08537ff (patch) | |
tree | 67f6cf0fe7edcc2757b22663fc780f32e5c35702 /ChangeLog | |
parent | 5455692aaf604e68d974524f18fc7bbcc97598f2 (diff) | |
download | glibc-ead1ef37d2c3cd998dffb803c43a4fc2d08537ff.zip glibc-ead1ef37d2c3cd998dffb803c43a4fc2d08537ff.tar.gz glibc-ead1ef37d2c3cd998dffb803c43a4fc2d08537ff.tar.bz2 |
Make quadrant shift a boolean in reduce_and_compute in s_sin.c
Like the previous change, make the quadrant shift a boolean to make it
clearer that we will do at most a single rotation of the quadrants to
compute the cosine from the sine function.
This does not affect codegen.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2016-10-06 Siddhesh Poyarekar <siddhesh@sourceware.org> + + * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Make + K boolean and rename it. + (__sin): Adjust. + (__cos): Adjust. + 2016-10-06 Rical Jasan <ricaljasan@pacific.net> Siddhesh Poyarekar <siddhesh@sourceware.org> |