2006-03-07 Jeff Johnston <jjohnstn@redhat.com>
* libm/common/sf_isinf.c[_DOUBLE_IS_32BITS]: Undef isinf. * libm/common/sf_isnan.c[_DOUBLE_IS_32BITS]: Undef isnan.
This commit is contained in:
parent
c4e86a3181
commit
ddf12e6b76
@ -1,3 +1,8 @@
|
|||||||
|
2006-03-07 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
|
* libm/common/sf_isinf.c[_DOUBLE_IS_32BITS]: Undef isinf.
|
||||||
|
* libm/common/sf_isnan.c[_DOUBLE_IS_32BITS]: Undef isnan.
|
||||||
|
|
||||||
2006-03-02 Jeff Johnston <jjohnstn@redhat.com>
|
2006-03-02 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* libm/math/math.tex: Fix reference to sisnan.def which
|
* libm/math/math.tex: Fix reference to sisnan.def which
|
||||||
|
@ -19,6 +19,8 @@ _DEFUN (isinff, (x),
|
|||||||
|
|
||||||
#ifdef _DOUBLE_IS_32BITS
|
#ifdef _DOUBLE_IS_32BITS
|
||||||
|
|
||||||
|
#undef isinf
|
||||||
|
|
||||||
int
|
int
|
||||||
_DEFUN (isinf, (x),
|
_DEFUN (isinf, (x),
|
||||||
double x)
|
double x)
|
||||||
|
@ -32,6 +32,8 @@ _DEFUN (isnanf, (x),
|
|||||||
|
|
||||||
#ifdef _DOUBLE_IS_32BITS
|
#ifdef _DOUBLE_IS_32BITS
|
||||||
|
|
||||||
|
#undef isnan
|
||||||
|
|
||||||
int
|
int
|
||||||
_DEFUN (isnan, (x),
|
_DEFUN (isnan, (x),
|
||||||
double x)
|
double x)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user