brollylssj/libcpuid
Project ID: 2496
Description
libcpuid is a small C library for x86 CPU detection and feature extraction. Using it, you can:
... get the processor vendor, model, brand string, code name, ...
... get information about CPU features such as: number of cores or logical CPUs, cache sizes, CPU clock, ...
... check if the processor implements a specific instruction set such as the SSE2, 3DNow!, ...
... execute the CPUID and RDTSC instructions (portably!) ...
... and have this all in your commercial application, without getting into trouble.
Installation Instructions
Instructions not filled in by author. Author knows what to do. Everybody else should avoid this repo.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable brollylssj/libcpuid
More info about enabling Copr repositories