This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCHv2 06/11] Prepare to convert _Complex sine functions
- From: "Paul E. Murphy" <murphyp at linux dot vnet dot ibm dot com>
- To: libc-alpha at sourceware dot org
- Date: Fri, 1 Jul 2016 15:14:03 -0500
- Subject: [PATCHv2 06/11] Prepare to convert _Complex sine functions
- Authentication-results: sourceware.org; auth=none
- References: <cover dot 1467403875 dot git dot murphyp at linux dot vnet dot ibm dot com>
- References: <cover dot 1467323999 dot git dot murphyp at linux dot vnet dot ibm dot com> <cover dot 1467403875 dot git dot murphyp at linux dot vnet dot ibm dot com>
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.
* b_casin.c: Copy of s_casin.c.
* b_casinh.c: Copy of s_casinh.c.
* b_csin.c: Copy of s_csin.c.
* b_csinh.c: Copy of s_csinh.c.
* b_k_casinh.c: Copy of k_casinh.c.
---
math/{s_casin.c => b_casin.c} | 0
math/{s_casinh.c => b_casinh.c} | 0
math/{s_csin.c => b_csin.c} | 0
math/{s_csinh.c => b_csinh.c} | 0
math/{k_casinh.c => b_k_casinh.c} | 0
5 files changed, 0 insertions(+), 0 deletions(-)
copy math/{s_casin.c => b_casin.c} (100%)
copy math/{s_casinh.c => b_casinh.c} (100%)
copy math/{s_csin.c => b_csin.c} (100%)
copy math/{s_csinh.c => b_csinh.c} (100%)
copy math/{k_casinh.c => b_k_casinh.c} (100%)
diff --git a/math/s_casin.c b/math/b_casin.c
similarity index 100%
copy from math/s_casin.c
copy to math/b_casin.c
diff --git a/math/s_casinh.c b/math/b_casinh.c
similarity index 100%
copy from math/s_casinh.c
copy to math/b_casinh.c
diff --git a/math/s_csin.c b/math/b_csin.c
similarity index 100%
copy from math/s_csin.c
copy to math/b_csin.c
diff --git a/math/s_csinh.c b/math/b_csinh.c
similarity index 100%
copy from math/s_csinh.c
copy to math/b_csinh.c
diff --git a/math/k_casinh.c b/math/b_k_casinh.c
similarity index 100%
copy from math/k_casinh.c
copy to math/b_k_casinh.c
--
2.4.11