#include "SDL_stdinc.h"#include "begin_code.h"#include "close_code.h"Go to the source code of this file.
Functions | |
| DECLSPEC SDL_bool SDLCALL | SDL_HasRDTSC (void) |
| DECLSPEC SDL_bool SDLCALL | SDL_HasMMX (void) |
| DECLSPEC SDL_bool SDLCALL | SDL_HasMMXExt (void) |
| DECLSPEC SDL_bool SDLCALL | SDL_Has3DNow (void) |
| DECLSPEC SDL_bool SDLCALL | SDL_Has3DNowExt (void) |
| DECLSPEC SDL_bool SDLCALL | SDL_HasSSE (void) |
| DECLSPEC SDL_bool SDLCALL | SDL_HasSSE2 (void) |
| DECLSPEC SDL_bool SDLCALL | SDL_HasAltiVec (void) |
| DECLSPEC SDL_bool SDLCALL SDL_Has3DNow | ( | void | ) |
This function returns true if the CPU has 3DNow features
| DECLSPEC SDL_bool SDLCALL SDL_Has3DNowExt | ( | void | ) |
This function returns true if the CPU has 3DNow! Ext. features
| DECLSPEC SDL_bool SDLCALL SDL_HasAltiVec | ( | void | ) |
This function returns true if the CPU has AltiVec features
| DECLSPEC SDL_bool SDLCALL SDL_HasMMX | ( | void | ) |
This function returns true if the CPU has MMX features
| DECLSPEC SDL_bool SDLCALL SDL_HasMMXExt | ( | void | ) |
This function returns true if the CPU has MMX Ext. features
| DECLSPEC SDL_bool SDLCALL SDL_HasRDTSC | ( | void | ) |
This function returns true if the CPU has the RDTSC instruction
| DECLSPEC SDL_bool SDLCALL SDL_HasSSE | ( | void | ) |
This function returns true if the CPU has SSE features
| DECLSPEC SDL_bool SDLCALL SDL_HasSSE2 | ( | void | ) |
This function returns true if the CPU has SSE2 features
1.5.8