Greatly simplified the SDL CPU info code

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40746
This commit is contained in:
Sam Lantinga 2003-11-24 09:16:52 +00:00
parent c1da62cb39
commit fb25886c0e
10 changed files with 169 additions and 2782 deletions

View file

@ -37,6 +37,10 @@ static char rcsid =
extern "C" {
#endif
/* This function returns true if the CPU has the RDTSC instruction
*/
extern DECLSPEC SDL_bool SDLCALL SDL_HasRDTSC();
/* This function returns true if the CPU has MMX features
*/
extern DECLSPEC SDL_bool SDLCALL SDL_HasMMX();