Greatly simplified the SDL CPU info code
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40746
This commit is contained in:
parent
c1da62cb39
commit
fb25886c0e
10 changed files with 169 additions and 2782 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue