]> www.ginac.de Git - cln.git/commit
Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_exp1_var).
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Thu, 21 Aug 2008 14:16:31 +0000 (18:16 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Wed, 27 Aug 2008 04:41:07 +0000 (08:41 +0400)
commit7eda668b0c55b051e4080fcba443d0dbf0172912
tree40d92bb896bf70bf44ccce08a069a2d32558541e
parenteedac861e082bb3e12392e0037842470310f80d6
Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_exp1_var).

Turn cl_[SDFL]F_exp1 global variables into functions (which return a reference
to the static value) in order to avoid static initialization order problems.
include/cln/float.h
src/float/transcendental/cl_F_exp1.cc
src/float/transcendental/cl_F_exp1_def.cc
src/float/transcendental/cl_F_exp1_f.cc
src/float/transcendental/cl_F_exp1_var.cc
src/float/transcendental/cl_F_tran.h
src/float/transcendental/cl_LF_exp1.cc