@hackage basic-cpuid0.1.0.0
A small package to access the cpuid instruction directly.
Categories
License
BSD-3-Clause
Maintainer
anselm.scholl@tu-harburg.de
Links
Versions
- 0.1.0.0 Sun, 9 Jul 2017
Installation
Dependencies (1)
Dependents (1)
@hackage/acme-everything
Similar to the cpuid package this package allows one to call the CPUID instruction from plain Haskell. In contrast to the cpuid package it is very minimalistic and provides no additional helper functions. On the other side it is possible to build this package on every platform. If the platform does not support the CPUID instruction, calling it from Haskell will just throw an exception.