[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
mmx

Description:
Controls special code generation Intel MMX extensions.
Compatibility:
This pragma is compatible with the following platform targets:
Prototype:
#pragma mmx on | off | reset
Remarks:
This pragma tells the x86 compiler to generate code for Intel MMX extensions. This option causes the compiler to generate code that will only run on processors that are equipped with the circuitry needed to execute the more than 50 specialized MMX instructions.
This pragma corresponds to the MMX option in the Extended Instruction Set menu of the x86 CodeGen settings panel. To check whether this option is on, use __option (mmx), described in "Checking Options."
To learn more about this pragma, read the Targeting Win32 manual.
[ 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