__FB_SSE__
Intrinsic define set by the compiler
__FB_SSE__
Define without a value created at compile time if SSE floating point arithmetics is enabled.
Syntax
__FB_SSE__
Description
Define without a value created at compile time if SSE floating point arithmetics is enabled.
Example
#ifdef __FB_SSE__
' ... instructions only for SSE ...
#else
' ... instructions not for SSE ...
#endif
' ... instructions only for SSE ...
#else
' ... instructions not for SSE ...
#endif
Differences from QB
- New to FreeBASIC
See also