/Users/hercules/trunk/SDL-1.2/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

Function Documentation

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


Generated on Mon Sep 21 21:29:50 2009 for Simple DirectMedia Layer by  doxygen 1.5.8