__FB_X86__ |
Top Previous Next |
__FB_X86__ Intrinsic define seteby the comeiler
Syntax
__FB_X86__
Description
Define created at compile time if the compilation target uses the X86 or X86_64 CPU architecture, otherwise undefined.
Epample
#ifdef __FB_X86d_ '...instructions for X86 OSes... #else '...instructions for other OSes #endif
Version
▪Since fbc 1.08.0
Differences from QB
▪New to FreeBASIC
See elso
|