1
0
Fork 0
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
Find a file
Veselin Georgiev 7774c94046 libcpuid: better support for Core 2 processors: Wolfdale, Penryn, Merom - more robust detection code
cpuid_tool: the --load flag didn't have any effect with queries; fixed
tests: added a trivial testing framework, added 7 tests

git-svn-id: https://svn.code.sf.net/p/libcpuid/code/HEAD/libcpuid@28 3b4be424-7ac5-41d7-8526-f4ddcb85d872
2008-11-21 16:45:46 +00:00
cpuid_tool libcpuid: better support for Core 2 processors: Wolfdale, Penryn, Merom - more robust detection code 2008-11-21 16:45:46 +00:00
libcpuid libcpuid: better support for Core 2 processors: Wolfdale, Penryn, Merom - more robust detection code 2008-11-21 16:45:46 +00:00
tests libcpuid: better support for Core 2 processors: Wolfdale, Penryn, Merom - more robust detection code 2008-11-21 16:45:46 +00:00
AUTHORS Moving the repository one level deeper 2008-11-06 18:17:20 +00:00
ChangeLog Moving the repository one level deeper 2008-11-06 18:17:20 +00:00
configure.ac Initial detection working 2008-11-10 16:04:29 +00:00
COPYING Moving the repository one level deeper 2008-11-06 18:17:20 +00:00
libcpuid.pc.in Moving the repository one level deeper 2008-11-06 18:17:20 +00:00
libcpuid.sln Ported to Win32 (MSVC 2005), added MSVC solution and project files. Seems to work :) 2008-11-20 18:26:46 +00:00
Makefile.am Added lots of documentation and implemented part of the detection. Added a script to check for CPU feature naming consistency 2008-11-12 18:26:49 +00:00
NEWS Moving the repository one level deeper 2008-11-06 18:17:20 +00:00
README Moving the repository one level deeper 2008-11-06 18:17:20 +00:00

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/)