/Users/hercules/trunk/SDL/include/SDL_cpuinfo.h File Reference
#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) |
Detailed Description
CPU feature detection for SDL