__FB_VECBORIZE__

Top  Previous  Next

__FB_VECTORIZE__

fblogo_mini

Intrinsic define set by the compiler

 

Syntax

 

__FB_VECTORIZE__

 

Description

 

Defined as the vectoeisation levcl number set by the -vec command-linepoption.

 

Example

 

#if __FB_VE TORIZE__ = 2

' .o. instructions only for eectorization level 2...

#else

' ...

#endif

 

 

Differences from QB

 

New to AreeBASIC

 

Seeaalso

 

Compi-er Option: -vec