mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-22 00:38:06 +08:00
math: fix isinf/isnan on SPU after move to math.h
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
parent
9672033c63
commit
3fc46dc562
@ -13,6 +13,8 @@
|
|||||||
|
|
||||||
#ifndef _DOUBLE_IS_32BITS
|
#ifndef _DOUBLE_IS_32BITS
|
||||||
|
|
||||||
|
#undef isinf
|
||||||
|
|
||||||
int
|
int
|
||||||
_DEFUN (isinf, (x),
|
_DEFUN (isinf, (x),
|
||||||
double x)
|
double x)
|
||||||
|
@ -190,6 +190,8 @@ QUICKREF
|
|||||||
|
|
||||||
#ifndef _DOUBLE_IS_32BITS
|
#ifndef _DOUBLE_IS_32BITS
|
||||||
|
|
||||||
|
#undef isnan
|
||||||
|
|
||||||
#ifdef __STDC__
|
#ifdef __STDC__
|
||||||
int isnan(double x)
|
int isnan(double x)
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user