about summary refs log tree commit diff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/bits/fenv.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/sh/bits/fenv.h b/arch/sh/bits/fenv.h
index f454a15d..7f1b8b66 100644
--- a/arch/sh/bits/fenv.h
+++ b/arch/sh/bits/fenv.h
@@ -1,3 +1,10 @@
+#ifndef __SH_FPU_ANY__
+
+#define FE_ALL_EXCEPT 0
+#define FE_TONEAREST  0
+
+#else
+
 #define FE_TONEAREST  0
 #define FE_TOWARDZERO 1
 
@@ -8,6 +15,8 @@
 #define FE_INVALID    0x40
 #define FE_ALL_EXCEPT 0x7c
 
+#endif
+
 typedef unsigned long fexcept_t;
 
 typedef struct {