[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
opt_strength_reduction

Description:
Controls the use of strength reduction optimization.
Compatibility:
This pragma is compatible with the following platform targets:
Prototype:
#pragma opt_strength_reduction on | off | reset
Remarks:
When this option is on the compiler replaces array element arithmetic instructions with pointer arithmetic instructions to speed up loops.
The pragma doesn't correspond to an option in any settings panel. To check whether this option is on, use __option (opt_strength_reduction), described in "Checking Options."
[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.
Last updated: August 17, 2000