schedule z760

Controls the rearrangement of instructions to reduce the effects of instruction latency.

This scheduler is for e200 processors.

Syntax
#pragma schedule z760
  
Remarks

This pragma can be activated by:

  1. selecting the Zen processor (from the Processor preference panel or by using the -proc Zen command line compiler option)
  2. specifying #pragma schedule z760 in the prefix file or on the Preprocessor preference panel. You can also pass -pragma "schedule z760" command line to the compiler, to activate the pragma.

This pragma can be used for all e200 dual issue cores.

The pragma does not correspond to any panel setting. By default, this pragma is off.