summaryrefslogtreecommitdiff
path: root/sysdeps/i386/fpu/mathbits.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/fpu/mathbits.h')
-rw-r--r--sysdeps/i386/fpu/mathbits.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/i386/fpu/mathbits.h b/sysdeps/i386/fpu/mathbits.h
index 7885afeec0..f4a22c0757 100644
--- a/sysdeps/i386/fpu/mathbits.h
+++ b/sysdeps/i386/fpu/mathbits.h
@@ -33,4 +33,9 @@ typedef long double double_t; /* `double' expressions are evaluated as
/* Define `INFINITY' as value of type `float_t'. */
#define INFINITY HUGE_VALL
+
+/* The values returned by `ilogb' for 0 and NaN respectively. */
+#define FP_ILOGB0 0x80000000
+#define FP_ILOGBNAN 0x80000000
+
#endif /* mathbits.h */