From 281f5073e5a6d2cd3733acd9c773c8c6340468c4 Mon Sep 17 00:00:00 2001 From: "Paul E. Murphy" Date: Fri, 1 Jul 2016 10:49:03 -0500 Subject: Prepare to convert _Complex cosine 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 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e91bd08118..2b24e14ec0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2016-08-19 Paul E. Murphy + + * 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. + 2016-08-19 Paul E. Murphy * stdlib/tst-strtod-round-skeleton.c: -- cgit v1.2.3