__Fb_S390X__

Intrinsic define set by the compiler

Syntax
	__FB_S390X__

Description
	Define created at compile time if the compilation target uses the s390x 
	CPU architecture, otherwise undefined.

Example
	#ifdef __FB_S390X__
	  '...instructions for s390x targets...
	#else
	  '...instructions for other targets...
	#endif

Version
	* Since fbc 1.20.1

Differences from QB
	* New to FreeBASIC

See also
	* KeyPgDdFBBigEndian__FB_BIGENDIAN__
	* KeyPgDdfb64bit__FB_64BIT__
	* KeyPgDdfblinux__FB_LINUX__
	* CompilerOpttargetCompiler Option: -target

