= SDL_HasSSE = Determine whether the CPU has SSE features. == Syntax == SDL_bool SDL_HasSSE(void); == Return Value == Returns [[SDL_TRUE]] if the CPU has SSE features or [[SDL_FALSE]] if not. == Remarks == This always returns false on CPUs that aren't using Intel instruction sets. == Version == This function is available since SDL 2.0.0. == Related Functions == :[[SDL_Has3DNow]] :[[SDL_HasAltiVec]] :[[SDL_HasAVX]] :[[SDL_HasAVX2]] :[[SDL_HasMMX]] :[[SDL_HasRDTSC]] :[[SDL_HasSSE2]] :[[SDL_HasSSE3]] :[[SDL_HasSSE41]] :[[SDL_HasSSE42]] ---- [[CategoryAPI]], [[CategoryCPU]]