Skip to content

FB_FPMODE


Intrinsic define set by the compiler

Syntax

` FB_FPMODE

`

Description

Defined as "fast" if SSE fast arithmetics is enabled, or "precise" otherwise.

Examples

start GeSHi

vb
#if __FB_FPMODE__ = "fast"
  ' ... instructions for using fast-mode math ...
#else
  ' ... instructions for using normal math ...
#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