]> git.ipfire.org Git - thirdparty/glibc.git/commit - math/s_cexp_template.c
Prepare to convert remaining _Complex functions
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Fri, 1 Jul 2016 16:03:51 +0000 (11:03 -0500)
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Mon, 29 Aug 2016 16:55:41 +0000 (11:55 -0500)
commit1dbc54f61e281d3f2c1712dadd12864c42f8a64a
tree039c7754e2f843648b93acddbb5c4e92f4a74b06
parentd47d27d6c08fa95c1ed49a8ce96cef2e37736b72
Prepare to convert remaining _Complex 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
math/s_cexp_template.c [new file with mode: 0644]
math/s_clog10_template.c [new file with mode: 0644]
math/s_clog_template.c [new file with mode: 0644]
math/s_cpow_template.c [new file with mode: 0644]
math/s_cproj_template.c [new file with mode: 0644]
math/s_csqrt_template.c [new file with mode: 0644]