Popularity
1.3
Stable
Activity
0.0
Stable
0
2
1

Monthly Downloads: 12
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: System    
Latest version: v0.1.0.0

basic-cpuid alternatives and similar packages

Based on the "System" category.
Alternatively, view basic-cpuid alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of basic-cpuid or a related project?

Add another 'System' Package

README

The basic-cpuid package

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 almost no additional helper functions. 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.

It additionally supports the XGETBV instruction as well and provides some utility functions to detect SSE2, AVX2 and AVX512f support.