mips-cpus.def (mips32r2): Change processor type.
2013-05-28 Steve Ellcey <sellcey@mips.com> * config/mips/mips-cpus.def (mips32r2): Change processor type. From-SVN: r199393
This commit is contained in:
parent
8b70770dc8
commit
7df3611745
@ -1,3 +1,7 @@
|
||||
2013-05-28 Steve Ellcey <sellcey@mips.com>
|
||||
|
||||
* config/mips/mips-cpus.def (mips32r2): Change processor type.
|
||||
|
||||
2013-05-28 Balaji V. Iyer <balaji.v.iyer@intel.com>
|
||||
|
||||
* doc/extend.texi (C Extensions): Added documentation about Cilk Plus
|
||||
|
@ -43,7 +43,7 @@ MIPS_CPU ("mips4", PROCESSOR_R8000, 4, 0)
|
||||
that to a recommendation to avoid the instructions in code that
|
||||
isn't tuned to a specific processor. */
|
||||
MIPS_CPU ("mips32", PROCESSOR_4KC, 32, PTF_AVOID_BRANCHLIKELY)
|
||||
MIPS_CPU ("mips32r2", PROCESSOR_M4K, 33, PTF_AVOID_BRANCHLIKELY)
|
||||
MIPS_CPU ("mips32r2", PROCESSOR_74KF2_1, 33, PTF_AVOID_BRANCHLIKELY)
|
||||
MIPS_CPU ("mips64", PROCESSOR_5KC, 64, PTF_AVOID_BRANCHLIKELY)
|
||||
/* ??? For now just tune the generic MIPS64r2 for 5KC as well. */
|
||||
MIPS_CPU ("mips64r2", PROCESSOR_5KC, 65, PTF_AVOID_BRANCHLIKELY)
|
||||
|
Loading…
Reference in New Issue
Block a user