+2007-09-09 H.J. Lu <hongjiu.lu@intel.com>
+
+ * config/i386/i386.h (ix86_tune_indices): Rename
+ X86_USE_VECTOR_CONVERTS to X86_TUNE_USE_VECTOR_CONVERTS.
+ (TARGET_USE_VECTOR_CONVERTS): Updated.
+ * config/i386/i386.c: Likewise.
+
2007-09-09 Sandra Loosemore <sandra@codesourcery.com>
- Nigel Stephens <nigel@mips.com>
+ Nigel Stephens <nigel@mips.com>
* doc/invoke.texi (Overall Options): Add .sx file extension
as a synonym for .S.
* doc/md.texi (Canonicalization of Instructions): Document it.
2007-09-09 Jan Hubicka <jh@suse.cz>
- Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
+ Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
* i386.h (ix86_tune_indices): Add X86_USE_VECTOR_CONVERTS.
(TARGET_USE_VECTOR_CONVERTS): New.
replacement is long decoded, so this split helps here as well. */
m_K6,
- /* X86_USE_VECTOR_CONVERTS: Preffer vector packed SSE conversion from
- integer to FP. */
+ /* X86_TUNE_USE_VECTOR_CONVERTS: Preffer vector packed SSE conversion
+ from integer to FP. */
m_AMDFAM10,
};
X86_TUNE_MOVE_M1_VIA_OR,
X86_TUNE_NOT_UNPAIRABLE,
X86_TUNE_NOT_VECTORMODE,
- X86_USE_VECTOR_CONVERTS,
+ X86_TUNE_USE_VECTOR_CONVERTS,
X86_TUNE_LAST
};
#define TARGET_MOVE_M1_VIA_OR ix86_tune_features[X86_TUNE_MOVE_M1_VIA_OR]
#define TARGET_NOT_UNPAIRABLE ix86_tune_features[X86_TUNE_NOT_UNPAIRABLE]
#define TARGET_NOT_VECTORMODE ix86_tune_features[X86_TUNE_NOT_VECTORMODE]
-#define TARGET_USE_VECTOR_CONVERTS ix86_tune_features[X86_USE_VECTOR_CONVERTS]
+#define TARGET_USE_VECTOR_CONVERTS ix86_tune_features[X86_TUNE_USE_VECTOR_CONVERTS]
/* Feature tests against the various architecture variations. */
enum ix86_arch_indices {