Commit 91d2f4ba by Jan Hubicka Committed by Jan Hubicka

i386.h (TARGET_CPU_DEFAULT_pentium_mmx): New.

	* i386.h (TARGET_CPU_DEFAULT_pentium_mmx): New.
	(TARGET_CPU_DEFAULT_*): Renumber.

From-SVN: r48273
parent 33aceff2
Fri Dec 21 23:30:14 CET 2001 Jan Hubicka <jh@suse.cz>
* i386.h (TARGET_CPU_DEFAULT_pentium_mmx): New.
(TARGET_CPU_DEFAULT_*): Renumber.
Sat Dec 22 12:20:20 EST 2001 John Wehle (john@feith.com)
* rtl.h (subreg_lsb): Declare.
......
......@@ -488,15 +488,16 @@ extern int ix86_arch;
#define TARGET_CPU_DEFAULT_i386 0
#define TARGET_CPU_DEFAULT_i486 1
#define TARGET_CPU_DEFAULT_pentium 2
#define TARGET_CPU_DEFAULT_pentiumpro 3
#define TARGET_CPU_DEFAULT_pentium2 4
#define TARGET_CPU_DEFAULT_pentium3 5
#define TARGET_CPU_DEFAULT_pentium4 6
#define TARGET_CPU_DEFAULT_k6 7
#define TARGET_CPU_DEFAULT_k6_2 8
#define TARGET_CPU_DEFAULT_k6_3 9
#define TARGET_CPU_DEFAULT_athlon 10
#define TARGET_CPU_DEFAULT_athlon_sse 11
#define TARGET_CPU_DEFAULT_pentium_mmx 3
#define TARGET_CPU_DEFAULT_pentiumpro 4
#define TARGET_CPU_DEFAULT_pentium2 5
#define TARGET_CPU_DEFAULT_pentium3 6
#define TARGET_CPU_DEFAULT_pentium4 7
#define TARGET_CPU_DEFAULT_k6 8
#define TARGET_CPU_DEFAULT_k6_2 9
#define TARGET_CPU_DEFAULT_k6_3 10
#define TARGET_CPU_DEFAULT_athlon 11
#define TARGET_CPU_DEFAULT_athlon_sse 12
#define TARGET_CPU_DEFAULT_NAMES {"i386", "i486", "pentium", "pentium-mmx",\
"pentiumpro", "pentium2", "pentium3", \
......
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