Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/math/sf_sin.c')
-rw-r--r--newlib/libm/math/sf_sin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/math/sf_sin.c b/newlib/libm/math/sf_sin.c
index 315d4b4ba..da81845d9 100644
--- a/newlib/libm/math/sf_sin.c
+++ b/newlib/libm/math/sf_sin.c
@@ -32,7 +32,7 @@
if(ix <= 0x3f490fd8) return __kernel_sinf(x,z,0);
/* sin(Inf or NaN) is NaN */
- else if (ix>=0x7f800000) return x-x;
+ else if (!FLT_UWORD_IS_FINITE(ix)) return x-x;
/* argument reduction needed */
else {