__Fb_Vectorize__
Intrinsic define set by the compiler
__FB_VECTORIZE__
Syntax
__FB_VECTORIZE__
Description
Example
#if __FB_VECTORIZE__ = 2
' ... instructions only for vectorization level 2...
#else
' ...
#endif
' ... instructions only for vectorization level 2...
#else
' ...
#endif
Differences from QB
- New to FreeBASIC
See also