summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/powerpc/include/float.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/include/float.h b/sys/powerpc/include/float.h
index ca6568f..d6a1364 100644
--- a/sys/powerpc/include/float.h
+++ b/sys/powerpc/include/float.h
@@ -47,7 +47,7 @@ __END_DECLS
#define FLT_RADIX 2 /* b */
#if __ISO_C_VISIBLE >= 1999
-#define FLT_EVAL_METHOD 1 /* operands promoted to double */
+#define FLT_EVAL_METHOD 0
#define DECIMAL_DIG 17 /* max precision in decimal digits */
#endif
OpenPOWER on IntegriCloud