Commit a4a82723 by Chao-ying Fu Committed by Richard Sandiford

mips.h (UNITS_PER_SIMD_WORD): Define.

2004-10-04  Chao-ying Fu  <fu@mips.com>

	* config/mips/mips.h (UNITS_PER_SIMD_WORD): Define.

From-SVN: r88518
parent 07c2f075
2004-10-04 Chao-ying Fu <fu@mips.com>
* config/mips/mips.h (UNITS_PER_SIMD_WORD): Define.
2004-10-04 Diego Novillo <dnovillo@redhat.com>
* tree-ssa-dom.c (tree_ssa_dominator_optimize):
......
......@@ -1263,6 +1263,8 @@ extern const struct mips_cpu_info *mips_tune_info;
/* The number of bytes in a double. */
#define UNITS_PER_DOUBLE (TYPE_PRECISION (double_type_node) / BITS_PER_UNIT)
#define UNITS_PER_SIMD_WORD (TARGET_PAIRED_SINGLE_FLOAT ? 8 : 0)
/* Set the sizes of the core types. */
#define SHORT_TYPE_SIZE 16
#define INT_TYPE_SIZE (TARGET_INT64 ? 64 : 32)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment