]> www.ginac.de Git - cln.git/commit
Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_ln2_var).
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Thu, 21 Aug 2008 14:12:39 +0000 (18:12 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Wed, 27 Aug 2008 04:41:06 +0000 (08:41 +0400)
commit5ec5ca2758860e7249676e21153ae176fe4b01be
tree44cb3e6ad7436791ea1e2242f29e0e9708e31349
parent706971289533ebe2117469a25702bbcb4bbd300f
Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_ln2_var).

Turn cl_[SDFL]F_ln2 global variables into functions (which return a constant
reference to the static value) in order to avoid static initialization order
problems.
src/float/output/cl_F_dprint.cc
src/float/transcendental/cl_F_ln2.cc
src/float/transcendental/cl_F_ln2_f.cc
src/float/transcendental/cl_F_ln2_var.cc
src/float/transcendental/cl_F_tran.h
src/float/transcendental/cl_LF_ln2.cc