]> www.ginac.de Git - cln.git/commit
Get rid CL_REQUIRE/CL_PROVIDE(cl_F_leastneg), it is not really necessary.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Thu, 21 Aug 2008 12:06:02 +0000 (16:06 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Wed, 27 Aug 2008 04:41:07 +0000 (08:41 +0400)
commit84167573d97b9b429209a76f3a098d5370eb8121
treed9d494561c2009e2481c3283a1e160e6eceab8e5
parentd1f1de0458207ee4419088c9b90806570a59a2b0
Get rid CL_REQUIRE/CL_PROVIDE(cl_F_leastneg), it is not really necessary.

Move static variables least_negative_[SFDL]F into least_negative_LF() function
(which is the only user of those variables) in order to avoid possible static
order initialization problems. While at it, make least_negative_LF() function
static.
include/cln/float.h
src/float/misc/cl_F_leastneg.cc