SDL-0.6.7.0: Binding to libSDL

Safe HaskellNone
LanguageHaskell98

Graphics.UI.SDL.CPUInfo

Synopsis

Documentation

hasRDTSC :: Bool Source #

This function returns True if the CPU has the RDTSC instruction.

hasMMX :: Bool Source #

This function returns True if the CPU has MMX features.

hasMMXExt :: Bool Source #

This function returns True if the CPU has MMX Ext. features.

has3DNow :: Bool Source #

This function returns True if the CPU has 3DNow features.

has3DNowExt :: Bool Source #

This function returns True if the CPU has 3DNow! Ext. features.

hasSSE :: Bool Source #

This function returns True if the CPU has SSE features.

hasSSE2 :: Bool Source #

This function returns True if the CPU has SSE2 features.

hasAltiVec :: Bool Source #

This function returns True if the CPU has AltiVec features.