SDL-0.6.2: Binding to libSDL

Graphics.UI.SDL.CPUInfo

Synopsis

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.