]> www.ginac.de Git - cln.git/commit
Get rid CL_REQUIRE/CL_PROVIDE(cl_F_mostpos), 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)
commit03a227b7346dfd02b1e2623468f4a2cfc3e05f6e
treee6d3904662c07420da9b166afa8e0ea468ad3b53
parentf01b1e191a51c9f219329c284293abf525e4b98e
Get rid CL_REQUIRE/CL_PROVIDE(cl_F_mostpos), it is not really necessary.

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