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