__FB_MIPS64__
 
Intrinsic define set for 64-bit MIPS targets.

Syntax

__FB_MIPS64__

Description

Define without a value created at compile time for MIPS64 and MIPS64 little-endian targets. __FB_MIPS__ and __FB_64BIT__ are defined at the same time. Test __FB_BIGENDIAN__ if byte order changes a data format or hardware interface.

Example

#ifdef __FB_MIPS64__
    Print "64-bit MIPS target"
#endif


Version

  • Since fbc 1.20.3

See also