Re: log2f() in 1.7.8

2011-03-02 Thread Matthias Andree
On Wed, 02 Mar 2011, Víctor Paesa wrote: > Hi, > > In 1.7.7, log2f() is defined in math.h as > > extern float log2f _PARAMS((float)); > #if !defined(__cplusplus) > #define log2f(x) (logf (x) / (float) _M_LOG2_E) > #endif > > In 1.7.8, log2f() is defined in math.h as > > extern float log2f _PAR

log2f() in 1.7.8

2011-03-02 Thread Víctor Paesa
Hi, In 1.7.7, log2f() is defined in math.h as extern float log2f _PARAMS((float)); #if !defined(__cplusplus) #define log2f(x) (logf (x) / (float) _M_LOG2_E) #endif In 1.7.8, log2f() is defined in math.h as extern float log2f _PARAMS((float)); #if !defined(__cplusplus) #define log2f(x) (logf (x)