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