diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-08-30 13:00:29 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-08-30 13:00:29 +0530 |
commit | 1a822c61844eb378bc8d676f26edf1a0285303b1 (patch) | |
tree | 8b964d1de55f2642565070bc35c63e68ef84bc3b /ChangeLog | |
parent | 32efd690bd9ab8cb55d185bf5b0a1a3c0e539120 (diff) | |
download | glibc-1a822c61844eb378bc8d676f26edf1a0285303b1.zip glibc-1a822c61844eb378bc8d676f26edf1a0285303b1.tar.gz glibc-1a822c61844eb378bc8d676f26edf1a0285303b1.tar.bz2 |
Add fall through comments
Add fall through comments I had missed writing in previously.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2016-08-30 Siddhesh Poyarekar <siddhesh@sourceware.org> + * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Add + fall through comment. + (do_sincos_1): Likewise. + * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Consolidate switch cases 0 and 2. |