Intrinsic define set by the compiler
Syntax
__FB_PPC__
Description
Define created at compile time if the compilation target uses the PowerPC CPU architecture, otherwise undefined.
Example
#ifdef __FB_PPC__
'...instructions for PowerPC OSes...
#else
'...instructions for other OSes
#endif
Version
Differences from QB
See also