Intrinsic define set for 32-bit MIPS targets.
Syntax
__FB_MIPS32__
Description
Define without a value created at compile time for MIPS32 and MIPS32 little-endian targets.
__FB_MIPS__ is defined at the same time. Test
__FB_BIGENDIAN__ if byte order changes a data format or hardware interface.
Example
#ifdef __FB_MIPS32__
Print "32-bit MIPS target"
#endif
Version
See also