about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-07-01 10:55:27 -0500
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-08-19 16:12:36 -0500
commitffb84f5e197aaa9d46a35df84689c75d689d73cb (patch)
treebf042c5c45738def34881b33863ba78f0ae901d2 /ChangeLog
parenta6f20b6763c972c05c497c6028d412d6d1717971 (diff)
downloadglibc-ffb84f5e197aaa9d46a35df84689c75d689d73cb.tar.gz
glibc-ffb84f5e197aaa9d46a35df84689c75d689d73cb.tar.xz
glibc-ffb84f5e197aaa9d46a35df84689c75d689d73cb.zip
Prepare to convert _Complex sine functions
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64c4701a88..b097cd4205 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-08-19  Paul E. Murphy  <murphyp@linux.vnet.ibm.com>
+
+	* s_casin_template.c: Copy of s_casin.c.
+	* s_casinh_template.c: Copy of s_casinh.c.
+	* s_csin_template.c: Copy of s_csin.c.
+	* s_csinh_template.c: Copy of s_csinh.c.
+	* k_casinh_template.c: Copy of k_casinh.c.
+
 2016-08-19  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/x86/cpu-features.h (bit_YMM_state): Set to (1 << 2).