cpu-0.1.2: Cpu information and properties helpers.
LicenseBSD-style
MaintainerVincent Hanquez <[email protected]>
Stabilityexperimental
Portabilityunknown
Safe HaskellSafe-Inferred
LanguageHaskell98

System.Cpuid

Description

 
Synopsis

Documentation

cpuidWithIndex :: Word32 -> Word32 -> IO (Word32, Word32, Word32, Word32) Source #

complete cpuid call with eax and ecx set.

cpuid :: Word32 -> IO (Word32, Word32, Word32, Word32) Source #

simple cpuid call.