|
⇤ ← Revision 1 as of 2010-03-31 16:17:56
Size: 586
Comment: create page, add content (Wed Mar 10 ver)
|
Size: 611
Comment: added RF
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 27: | Line 27: |
| .[[SDL_HasMMXExt]] ??? |
DRAFT |
SDL_HasMMX
Use this function to return true if the CPU has MMX features.
Syntax
SDL_bool SDL_HasMMX(void)
Return Value
Returns SDL_True if the CPU has MMX features, or SDL_False if not.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Functions
SDL_HasMMXExt ???
