mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
a small C library for x86 CPU detection and feature extraction
45651ef7bc
This adds support for x2apic detection. This is not a direct merge, since - the feature is spelled as 'x2apic' instead of 'x2APIC', for consistency with other flags; - tests are added - the id of the feature is moved to the end of the cpu_feature_t enum, for binary compatibility. |
||
---|---|---|
contrib/MSR Driver | ||
cpuid_tool | ||
libcpuid | ||
tests | ||
AUTHORS | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
libcpuid.dsw | ||
libcpuid.pc.in | ||
libcpuid_vc9.sln | ||
libcpuid_vc71.sln | ||
Makefile.am | ||
NEWS | ||
README |
libcpuid --------- libcpuid provides CPU identification for the x86 (and x86_64). For details about the programming API, please see the docs on the project's site (http://libcpuid.sourceforge.net/)