OSDN Git Service

2010-12-02 Craig Howland <howland@LGSInnovations.com>
authorjjohnstn <jjohnstn>
Thu, 2 Dec 2010 19:57:42 +0000 (19:57 +0000)
committerjjohnstn <jjohnstn>
Thu, 2 Dec 2010 19:57:42 +0000 (19:57 +0000)
commit73c4870e14a929cba20ae430479790c05b53ad21
tree571d2c5f0710071060e6592921d320ce30eb9250
parent347d61b711bcd387c191730dafe0aa18ec351fc4
2010-12-02  Craig Howland <howland@LGSInnovations.com>

        * libm/common/s_log2.c:  Change from using M_LOG2_E to M_LN2 define
        (from math.h--the latter is POSIX, the former non-standard).
        * libm/common/sf_log2.c:  Ditto.  Change cast for M_LN2 from float to
        float_t (in case all math not done in float).
        * libc/include/math.h:  Ditto (same 2 things as sf_log2.c).
newlib/ChangeLog
newlib/libm/common/s_log2.c
newlib/libm/common/sf_log2.c