]> www.ginac.de Git - cln.git/commit
Get rid CL_REQUIRE/CL_PROVIDE(cl_F_mostneg), 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)
commit9b24da5a3870b2c4784c1b48c906844dbc9d9e50
tree1c0fb2ebb6f602095a314f41687c26a26dacb74f
parent03a227b7346dfd02b1e2623468f4a2cfc3e05f6e
Get rid CL_REQUIRE/CL_PROVIDE(cl_F_mostneg), it is not really necessary.

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