diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-22 13:17:30 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-22 13:17:30 -0400 |
commit | 77425c63e72bc0c01d81bc7e9ba4bb41d11679e6 (patch) | |
tree | c4fea5ed8070fc251140eba66b009bca1ff0e3b5 /ChangeLog | |
parent | bc62c2fb152d6ffec63975d88fd8f1bc3d3b7c01 (diff) | |
download | glibc-77425c63e72bc0c01d81bc7e9ba4bb41d11679e6.zip glibc-77425c63e72bc0c01d81bc7e9ba4bb41d11679e6.tar.gz glibc-77425c63e72bc0c01d81bc7e9ba4bb41d11679e6.tar.bz2 |
Add branch predictions to complex math code
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,5 +1,29 @@ 2011-10-22 Ulrich Drepper <drepper@gmail.com> + * math/s_catan.c: Add branch predictions. + * math/s_catanf.c: Likewise. + * math/s_catanh.c: Likewise. + * math/s_catanhf.c: Likewise. + * math/s_catanhl.c: Likewise. + * math/s_catanl.c: Likewise. + * math/s_cexp.c: Likewise. + * math/s_cexpf.c: Likewise. + * math/s_cexpl.c: Likewise. + * math/s_clog.c: Likewise. + * math/s_clog10.c: Likewise. + * math/s_clog10f.c: Likewise. + * math/s_clog10l.c: Likewise. + * math/s_clogf.c: Likewise. + * math/s_clogl.c: Likewise. + * math/s_csqrt.c: Likewise. + * math/s_csqrtf.c: Likewise. + * math/s_csqrtl.c: Likewise. + * math/s_ctanf.c: Likewise. + * math/s_ctanh.c: Likewise. + * math/s_ctanhf.c: Likewise. + * math/s_ctanhl.c: Likewise. + * math/s_ctanl.c: Likewise. + * math/math_private.h: Define __nan, __nanf, __nanl. * math/s_cacosh.c: Include <math_private.h>. * math/s_cacoshl.c: Likewise. |