__Fb_Riscv64__

Intrinsic define set by the compiler

Syntax
   __FB_RISCV64__

Description
   Define created at compile time if the compilation target uses the 64-bit 
   RISC-V CPU architecture, otherwise undefined.

Example
   #ifdef __FB_RISCV64__
     '...instructions for 64-bit RISC-V targets...
   #else
     '...instructions for other targets...
   #endif

Version
   * Since fbc 1.20.1

Differences from QB
   * New to FreeBASIC

See also
   * __FB_64BIT__
   * __FB_LINUX__
   * Compiler Option: -target

