Print this page
5261 libm should stop using synonyms.h
5298 fabs is 0-sized, confuses dis(1) and others
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Approved by: Gordon Ross <gwr@nexenta.com>
*** 37,47 ****
* if (n<0) n+=1
* z = scalbn(x,-n)
* LOG2(x) = n + (1/ln2)*log(x)
*/
! #pragma weak log2l = __log2l
#include "libm.h"
#include "longdouble.h"
static const long double
--- 37,47 ----
* if (n<0) n+=1
* z = scalbn(x,-n)
* LOG2(x) = n + (1/ln2)*log(x)
*/
! #pragma weak __log2l = log2l
#include "libm.h"
#include "longdouble.h"
static const long double