Specifies the size of the double type.
This pragma is compatible with the following platform targets:
|
PowerPC
|
NEC V800
|
Intel x86
|
MIPS
|
#pragma IEEEdoubles on | off | reset
Remarks:
This option, along with the 68881 Codegen option in the 68K Processor settings panel, specifies the length of a double. Table 8.1 shows how these options work.
IEEEdoubles pragma
If the IEEEdoubles pragma is
|
and 68881 Codegen is
|
Then a double is this size
|
|---|---|---|
This pragma corresponds to the 8-Byte Doubles option in the 68K Processor settings panel. To check whether this option is on, use __option (IEEEdoubles), described in "Checking Options."
NOTE