__Fb_Vectorize__

FreeBASIC

__Fb_Vectorize__
 
Intrinsic define set by the compiler

Syntax

__FB_VECTORIZE__

Description

Defined as the vectorisation level number set by the -vec command-line option.

Example

#if __FB_VECTORIZE__ = 2
  ' ... instructions only for vectorization level 2...
#else
  ' ...
#endif


Differences from QB

  • New to FreeBASIC

See also