Help Center›FreeBASIC
__FB_VECTORIZE__keyword
Intrinsic define set by the compiler
Syntax
__FB_VECTORIZE__
Description
Defined as the vectorisation level number set by the -vec command-line option.
Remarks
Differences from QB
- New to FreeBASIC
See also
Example
#if __FB_VECTORIZE__ = 2
' ... instructions only for vectorization level 2...
#else
' ...
#endif
Reference
- Documented in KeyPgDdfbvectorize.html