Instruction Scheduling
You can schedule instructions optimally for specific processor instruction latencies and cache sizes. Using any of the options in the following table produces binary code that will run on all processors, but that is optimized for the target processor(s).
When using these options, the compiler optimizes by executing the required math operation with the least costly operation, based on the shift/multiply latency of the target processor. |