cpu-0.1.1: Cpu information and properties helpers.

Portabilityunknown
Stabilityexperimental
MaintainerVincent Hanquez <vincent@snarc.org>
Safe HaskellSafe-Inferred

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.