Intrinsic define set by the compiler
Syntax
__FB_FPMODE__
Description
Defined as "fast" if SSE fast arithmetics is enabled, or "precise" otherwise.
Example
#if __FB_FPMODE__ = "fast"
' ... instructions for using fast-mode math ...
#else
' ... instructions for using normal math ...
#endif
Differences from QB
See also