= CPU Feature Detection = '''Include File(s):''' [https://github.com/libsdl-org/SDL/blob/SDL2/include/SDL_cpuinfo.h SDL_cpuinfo.h] == Introduction == This category contains functions for gathering information about the processor's features. == Functions == <> * [[SDL_GetCPUCacheLineSize]] * [[SDL_GetCPUCount]] * [[SDL_GetSystemRAM]] * [[SDL_Has3DNow]] * [[SDL_HasAltiVec]] * [[SDL_HasAVX]] * [[SDL_HasAVX2]] * [[SDL_HasMMX]] * [[SDL_HasRDTSC]] * [[SDL_HasSSE]] * [[SDL_HasSSE2]] * [[SDL_HasSSE3]] * [[SDL_HasSSE41]] * [[SDL_HasSSE42]] ---- CategoryCategory