summaryrefslogtreecommitdiff
path: root/gcc/config/m68k
diff options
context:
space:
mode:
authorBernardo Innocenti <bernie@develer.com>2004-06-25 07:05:16 +0200
committerBernardo Innocenti <bernie@gcc.gnu.org>2004-06-25 07:05:16 +0200
commitade83c33bdb550eeaa645f9e170c0dc54940cb3f (patch)
treedf72634c042597130e1d9463b95167e15aee6615 /gcc/config/m68k
parentf1b90a04e0f8e682a4053b8e0d06c6afb1ee1219 (diff)
downloadgcc-ade83c33bdb550eeaa645f9e170c0dc54940cb3f.tar.gz
m68k.h: Restore valid comment removed by mistake with the recent m68k comments cleanup.
* config/m68k/m68k.h: Restore valid comment removed by mistake with the recent m68k comments cleanup. From-SVN: r83637
Diffstat (limited to 'gcc/config/m68k')
-rw-r--r--gcc/config/m68k/m68k.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/m68k/m68k.h b/gcc/config/m68k/m68k.h
index 17a69dddc33..cb2ec13d97e 100644
--- a/gcc/config/m68k/m68k.h
+++ b/gcc/config/m68k/m68k.h
@@ -355,6 +355,10 @@ extern int target_flags;
/* target machine storage layout */
#define LONG_DOUBLE_TYPE_SIZE 96
+
+/* Set the value of FLT_EVAL_METHOD in float.h. When using 68040 fp
+ instructions, we get proper intermediate rounding, otherwise we
+ get extended precision results. */
#define TARGET_FLT_EVAL_METHOD ((TARGET_68040_ONLY || ! TARGET_68881) ? 0 : 2)
#define BITS_BIG_ENDIAN 1