cpu-0.1.1: Cpu information and properties helpers.
System.Cpuid
Description
Synopsis
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.