aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include/float.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/include/float.h')
-rw-r--r--sys/mips/include/float.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/mips/include/float.h b/sys/mips/include/float.h
index 86efd02b975c..93a9d5c2fd50 100644
--- a/sys/mips/include/float.h
+++ b/sys/mips/include/float.h
@@ -42,11 +42,7 @@ extern int __flt_rounds(void);
__END_DECLS
#define FLT_RADIX 2 /* b */
-#ifdef CPU_HAVEFPU
#define FLT_ROUNDS __flt_rounds() /* FP addition rounds to nearest */
-#else
-#define FLT_ROUNDS (-1)
-#endif
#if __ISO_C_VISIBLE >= 1999
#define FLT_EVAL_METHOD 0