]> git.ipfire.org Git - thirdparty/glibc.git/commit - math/s_cacosh_template.c
Convert _Complex cosine functions to generated code
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Mon, 27 Jun 2016 22:11:46 +0000 (17:11 -0500)
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Fri, 19 Aug 2016 16:28:55 +0000 (11:28 -0500)
commit01ee387015a2075c45a4e1ad45d39e50b5a6d40b
treec8d2a88b0900c294d5e82fe869908d46b3ca838f
parent281f5073e5a6d2cd3733acd9c773c8c6340468c4
Convert _Complex cosine functions to generated code

This is fairly straight fowards.  m68k overrides are
updated to use the framework, and thus are simplified
a bit.
33 files changed:
ChangeLog
math/Makefile
math/s_cacos.c [deleted file]
math/s_cacos_template.c
math/s_cacosf.c [deleted file]
math/s_cacosh.c [deleted file]
math/s_cacosh_template.c
math/s_cacoshf.c [deleted file]
math/s_cacoshl.c [deleted file]
math/s_cacosl.c [deleted file]
math/s_ccos.c [deleted file]
math/s_ccos_template.c
math/s_ccosf.c [deleted file]
math/s_ccosh.c [deleted file]
math/s_ccosh_template.c
math/s_ccoshf.c [deleted file]
math/s_ccoshl.c [deleted file]
math/s_ccosl.c [deleted file]
sysdeps/alpha/fpu/s_cacosf.c
sysdeps/alpha/fpu/s_cacoshf.c
sysdeps/alpha/fpu/s_ccosf.c
sysdeps/alpha/fpu/s_ccoshf.c
sysdeps/ieee754/ldbl-opt/s_cacos.c [deleted file]
sysdeps/ieee754/ldbl-opt/s_cacosh.c [deleted file]
sysdeps/ieee754/ldbl-opt/s_cacoshl.c [deleted file]
sysdeps/ieee754/ldbl-opt/s_cacosl.c [deleted file]
sysdeps/ieee754/ldbl-opt/s_ccos.c [deleted file]
sysdeps/ieee754/ldbl-opt/s_ccosh.c [deleted file]
sysdeps/ieee754/ldbl-opt/s_ccoshl.c [deleted file]
sysdeps/ieee754/ldbl-opt/s_ccosl.c [deleted file]
sysdeps/m68k/m680x0/fpu/s_ccosh_template.c [moved from sysdeps/m68k/m680x0/fpu/s_ccosh.c with 87% similarity]
sysdeps/m68k/m680x0/fpu/s_ccoshf.c [deleted file]
sysdeps/m68k/m680x0/fpu/s_ccoshl.c [deleted file]