From ffb84f5e197aaa9d46a35df84689c75d689d73cb Mon Sep 17 00:00:00 2001 From: "Paul E. Murphy" Date: Fri, 1 Jul 2016 10:55:27 -0500 Subject: 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 64c4701a88..b097cd4205 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2016-08-19 Paul E. Murphy + + * 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 * sysdeps/x86/cpu-features.h (bit_YMM_state): Set to (1 << 2). -- cgit v1.2.3