[PATCHv3 1/8] Prepare to convert _Complex cosine functions
Paul E. Murphy
murphyp@linux.vnet.ibm.com
Wed Aug 17 21:02:00 GMT 2016
These include formatting cleanups as requested by Joseph,
along with changelog cleanups.
Likewise, in a few files I have removed superfluous
parenthesis as part of the formatting cleanups.
This continues the discussion from
https://sourceware.org/ml/libc-alpha/2016-08/msg00516.html
---8<---
This patch has no function changes, except to
ensure the git history correctly tracks the
changes to convert the double version of these
functions into a templated version.
* s_cacos_template.c: Copy of s_cacos.c.
* s_cacosh_template.c: Copy of s_cacosh.c.
* s_ccos_template.c: Copy of s_ccos.c.
* s_ccosh_template.c: Copy of s_ccosh.c.
---
math/{s_cacos.c => s_cacos_template.c} | 0
math/{s_cacosh.c => s_cacosh_template.c} | 0
math/{s_ccos.c => s_ccos_template.c} | 0
math/{s_ccosh.c => s_ccosh_template.c} | 0
4 files changed, 0 insertions(+), 0 deletions(-)
copy math/{s_cacos.c => s_cacos_template.c} (100%)
copy math/{s_cacosh.c => s_cacosh_template.c} (100%)
copy math/{s_ccos.c => s_ccos_template.c} (100%)
copy math/{s_ccosh.c => s_ccosh_template.c} (100%)
diff --git a/math/s_cacos.c b/math/s_cacos_template.c
similarity index 100%
copy from math/s_cacos.c
copy to math/s_cacos_template.c
diff --git a/math/s_cacosh.c b/math/s_cacosh_template.c
similarity index 100%
copy from math/s_cacosh.c
copy to math/s_cacosh_template.c
diff --git a/math/s_ccos.c b/math/s_ccos_template.c
similarity index 100%
copy from math/s_ccos.c
copy to math/s_ccos_template.c
diff --git a/math/s_ccosh.c b/math/s_ccosh_template.c
similarity index 100%
copy from math/s_ccosh.c
copy to math/s_ccosh_template.c
--
2.4.11
More information about the Libc-alpha
mailing list