diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-09-19 20:34:45 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-09-19 20:34:45 +0530 |
commit | 4aafb73cb29df05f040b150fc06f756921825bbd (patch) | |
tree | d143c5f9e4aa66ea259c2f4d08fa498fa876293a /ChangeLog | |
parent | d84f25c7d871dac31ed3ef136ebfb80d3ac73601 (diff) | |
download | glibc-4aafb73cb29df05f040b150fc06f756921825bbd.tar glibc-4aafb73cb29df05f040b150fc06f756921825bbd.tar.gz glibc-4aafb73cb29df05f040b150fc06f756921825bbd.tar.bz2 glibc-4aafb73cb29df05f040b150fc06f756921825bbd.zip |
Consolidate common code into macros
Consolidated common Taylor series polynomials into macros in s_sin.c
to make it a bit cleaner.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com> + + * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro. + (POLYNOMIAL): Likewise. + (TAYLOR_SINCOS): Likewise. + (TAYLOR_SLOW): Likewise. + (__sin): Use TAYLOR_SINCOS. + (__cos): Likewise. + (slow): Use TAYLOR_SLOW. + (sloww): Likewise. + (bsloww): Likewise. + (csloww): Likewise. + 2013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com> * stdlib/strtod_l.c: Fix buffer overrun. |