Controls the use of MMX calling conventions.
Compatibility:This pragma is compatible with the following platform targets:
|
68K
|
PowerPC
|
NEC V800
|
MIPS
|
Embedded 68K
|
#pragma mmx_call on | off | reset
Remarks:When this pragma is on, the compiler favors the use of MMX calling conventions.
To check whether this option is on, use __option (mmx_call), described in "Checking Options."
To learn more about this pragma, read the Targeting Win32 manual.