Help Center›FreeBASIC
__FB_FPMODE__keyword
Intrinsic define set by the compiler
Syntax
__FB_FPMODE__
Description
Defined as
"fast" if SSE fast arithmetics is enabled, or "precise" otherwise.Remarks
Differences from QB
- New to FreeBASIC
See also
Example
#if __FB_FPMODE__ = "fast"
' ... instructions for using fast-mode math ...
#else
' ... instructions for using normal math ...
#endif
Reference
- Documented in KeyPgDdfbfpmode.html