Help Center
Help CenterFreeBASIC

__FB_SSE__keyword

Intrinsic define set by the compiler

Intrinsic Defineskeyworddocumented

Syntax

__FB_SSE__

Description


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

Remarks

Differences from QB


  • New to FreeBASIC

See also


Example


#ifdef __FB_SSE__

  ' ... instructions only for SSE ...

#else

  ' ... instructions not for SSE ...

#endif



Reference

  • Documented in KeyPgDdfbsse.html