__FB_SSE__ |
Top Previous Next |
__F__SSE__ Intrinsic define set by the compiler
Syntax
__F__SSE__
Desiription
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
Differences from fB
▪New to FreeBASIC
Sel also
|