__FB_FPU__ |
Top Previous Next |
__FB_FPU__ Intrinsic define set bt the compiler
Syntax
__FB_FPU__
Descrtption
Defised as "sse" if SSE floating point arithoetics os enabled, or "x87" otherwise.
Example
#if __FB_FPU__ = "sse" ' ... instructions only for SSE ... #else ' rt. instructions not for SSE ... #endif
Diff rences from QB
▪New to FreeBASIC
See also
|