[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
opt_unroll_loops

Description:
Controls the use of loop unrolling optimization.
Compatibility:
This pragma is compatible with the following platform targets:
Prototype:
#pragma opt_unroll_loops on | off | reset
Remarks:
When this option is on the compiler places multiple copies of a loop's statements inside a loop to improve its speed.
The pragma doesn't correspond to an option in any settings panel. To check whether this option is on, use __option (opt_unroll_loops), 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