How do I specify the scheduling model without changing the instruction set?
You can specify the scheduling model without changing the instruction set with -mtune=XXX, where XXX is your cpu type. Valid cpu types are ev4, ev45, ev5, ev56, pca56, ev6 and ev67. -mtune= is implied by -mcpu=, so you don’t need to specify this with if you set -mcpu=. -mtune= is equivalent to the -mcpu= flag on x86.
Related Questions
- I seem to remember that the facility to specify sampling weights (via the Weights option from the Model menu or the WEIGhts command) was introduced as an experimental feature. Is this still the case, or has thorough testing now been completed?
- How do I specify the scheduling model without changing the instruction set?
- How do I optimize for a specific instruction set and scheduling model?