__FB_MIPS__
 
Intrinsic define shared by 32-bit and 64-bit MIPS targets.

Syntax

__FB_MIPS__

Description

Define without a value created at compile time for every MIPS CPU-family target. The compiler also defines exactly one of __FB_MIPS32__ or __FB_MIPS64__. Big-endian MIPS targets additionally define __FB_BIGENDIAN__.

Example

#ifdef __FB_MIPS__
    Print "MIPS target"
#endif


Version

  • Since fbc 1.20.3

See also