diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-12-16 20:03:04 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-12-16 20:03:04 +0530 |
commit | 8d561986c0b44c1f9b489b30b661354cf456eac5 (patch) | |
tree | 9a008ead4a2433668dbdcb541d2164ae39191eea /ChangeLog | |
parent | 9e8ac24ba3cfeb782c5b24dde6224a3d2b4c4919 (diff) | |
download | glibc-8d561986c0b44c1f9b489b30b661354cf456eac5.tar glibc-8d561986c0b44c1f9b489b30b661354cf456eac5.tar.gz glibc-8d561986c0b44c1f9b489b30b661354cf456eac5.tar.bz2 glibc-8d561986c0b44c1f9b489b30b661354cf456eac5.zip |
Minor code cleanup in s_sin.c
- Remove redundant mynumber union definitions
- Clean up a clumsy ternary operator
- Rename TAYLOR_SINCOS to TAYLOR_SIN since we're only expanding the
sin Taylor series in it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com> + + * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to + TAYLOR_SIN. + (__sin): Adjust. + (__cos): Likewise. + (sloww): Use mynumber union. Expand ternary operator into + if-else statements. + (cslow): use mynumber union. + 2013-12-16 Allan McRae <allan@archlinux.org> * configure.ac: Set AUTOCONF when maintainer-mode is not used. |