Skip to content

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.

Examples

start GeSHi

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

end GeSHi

Differences from QB

  • New to FreeBASIC

See also

Back to DocToc

Translated from FreeBASIC official docs. Contact us for removal if infringed.
FreeBASIC is an open-source project, not affiliated with Microsoft