SDL-0.4.0: Binding to libSDLSource codeContentsIndex
Graphics.UI.SDL.CPUInfo
Synopsis
hasRDTSC :: Bool
hasMMX :: Bool
hasMMXExt :: Bool
has3DNow :: Bool
has3DNowExt :: Bool
hasSSE :: Bool
hasSSE2 :: Bool
hasAltiVec :: Bool
Documentation
hasRDTSC :: BoolSource
This function returns True if the CPU has the RDTSC instruction.
hasMMX :: BoolSource
This function returns True if the CPU has MMX features.
hasMMXExt :: BoolSource
This function returns True if the CPU has MMX Ext. features.
has3DNow :: BoolSource
This function returns True if the CPU has 3DNow features.
has3DNowExt :: BoolSource
This function returns True if the CPU has 3DNow! Ext. features.
hasSSE :: BoolSource
This function returns True if the CPU has SSE features.
hasSSE2 :: BoolSource
This function returns True if the CPU has SSE2 features.
hasAltiVec :: BoolSource
This function returns True if the CPU has AltiVec features.
Produced by Haddock version 0.8