public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCHv4 1/8] Prepare to convert _Complex cosine functions
@ 2016-08-18 22:35 Paul E. Murphy
  2016-08-18 22:35 ` [PATCHv4 2/8] Convert _Complex cosine functions to generated code Paul E. Murphy
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Paul E. Murphy @ 2016-08-18 22:35 UTC (permalink / raw)
  To: libc-alpha

This updates the set with minor formatting changes.

---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

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2016-08-29 18:31 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-18 22:35 [PATCHv4 1/8] Prepare to convert _Complex cosine functions Paul E. Murphy
2016-08-18 22:35 ` [PATCHv4 2/8] Convert _Complex cosine functions to generated code Paul E. Murphy
2016-08-19 14:57   ` Joseph Myers
2016-08-19 17:00     ` Paul E. Murphy
2016-08-18 22:35 ` [PATCHv4 6/8] Convert _Complex tangent " Paul E. Murphy
2016-08-19 20:18   ` Joseph Myers
2016-08-19 21:52     ` Paul E. Murphy
2016-08-18 22:35 ` [PATCHv4 3/8] Prepare to convert _Complex sine functions Paul E. Murphy
2016-08-18 22:35 ` [PATCHv4 5/8] Prepare to convert _Complex tangent functions Paul E. Murphy
2016-08-18 22:35 ` [PATCHv4 4/8] Convert _Complex sine functions to generated code Paul E. Murphy
2016-08-19 17:29   ` Joseph Myers
2016-08-19 19:23     ` Paul E. Murphy
2016-08-19 20:05       ` Joseph Myers
2016-08-19 21:52         ` Paul E. Murphy
2016-08-18 22:35 ` [PATCHv4 8/8] Convert remaining complex function to generated files Paul E. Murphy
2016-08-19 20:46   ` Joseph Myers
2016-08-19 20:57     ` Paul E. Murphy
2016-08-26 21:22       ` Joseph Myers
2016-08-29 18:31         ` Paul E. Murphy
2016-08-18 22:35 ` [PATCHv4 7/8] Prepare to convert remaining _Complex functions Paul E. Murphy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).