Convert _Complex sine functions to generated code
commitc50eee19c447d3f2c182dc3a22f2b01a053dca41
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Tue, 28 Jun 2016 13:49:23 +0000 (28 08:49 -0500)
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Fri, 19 Aug 2016 21:46:41 +0000 (19 16:46 -0500)
tree3b5f0d5c832bad20fce31502026f27fd6915ea8f
parentffb84f5e197aaa9d46a35df84689c75d689d73cb
Convert _Complex sine functions to generated code

Refactor s_c{,a}sin{,h}{f,,l} into a single templated
macro.
36 files changed:
ChangeLog
math/Makefile
math/k_casinh.c [deleted file]
math/k_casinh_template.c
math/k_casinhf.c [deleted file]
math/k_casinhl.c [deleted file]
math/s_casin.c [deleted file]
math/s_casin_template.c [moved from math/s_casinf.c with 75% similarity]
math/s_casinh_template.c [moved from math/s_casinh.c with 71% similarity]
math/s_casinhf.c [deleted file]
math/s_casinhl.c [deleted file]
math/s_casinl.c [deleted file]
math/s_csin.c [deleted file]
math/s_csin_template.c [moved from math/s_csinf.c with 65% similarity]
math/s_csinh.c [deleted file]
math/s_csinh_template.c [moved from math/s_csinhf.c with 62% similarity]
math/s_csinhl.c [deleted file]
math/s_csinl.c [deleted file]
sysdeps/alpha/fpu/s_casinf.c
sysdeps/alpha/fpu/s_casinhf.c
sysdeps/alpha/fpu/s_csinf.c
sysdeps/alpha/fpu/s_csinhf.c
sysdeps/ieee754/ldbl-opt/s_casin.c [deleted file]
sysdeps/ieee754/ldbl-opt/s_casinh.c [deleted file]
sysdeps/ieee754/ldbl-opt/s_casinhl.c [deleted file]
sysdeps/ieee754/ldbl-opt/s_casinl.c [deleted file]
sysdeps/ieee754/ldbl-opt/s_csin.c [deleted file]
sysdeps/ieee754/ldbl-opt/s_csinh.c [deleted file]
sysdeps/ieee754/ldbl-opt/s_csinhl.c [deleted file]
sysdeps/ieee754/ldbl-opt/s_csinl.c [deleted file]
sysdeps/m68k/m680x0/fpu/s_csin_template.c [moved from sysdeps/m68k/m680x0/fpu/s_csin.c with 86% similarity]
sysdeps/m68k/m680x0/fpu/s_csinf.c [deleted file]
sysdeps/m68k/m680x0/fpu/s_csinh_template.c [moved from sysdeps/m68k/m680x0/fpu/s_csinh.c with 88% similarity]
sysdeps/m68k/m680x0/fpu/s_csinhf.c [deleted file]
sysdeps/m68k/m680x0/fpu/s_csinhl.c [deleted file]
sysdeps/m68k/m680x0/fpu/s_csinl.c [deleted file]