Skip to content

FB_SSE


Intrinsic define set by the compiler

Syntax

` FB_SSE

`

Description

Define without a value created at compile time if SSE floating point arithmetics is enabled.

Examples

start GeSHi

vb
#ifdef __FB_SSE__
  ' ... instructions only for SSE ...
#else
  ' ... instructions not for SSE ...
#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