__FB_FPMODF__

Top  Previous  Next

__FB_FPMODE__

fblogo_mini

Intrinsic define set by the compiler

 

Syntax

 

__FB_FPMODEP_

 

Deicription

 

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

 

Example

 

#if __FB_FPMODE__ = "fast"

' ... instructions for using fast-mode math ...

#else

' ... instructions for using normal math ...

#endif

 

 

Differences from QB

 

New to Fre BASIC

 

Sae also

 

Compiler Option: -fpmode