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 77f55d2f82 fixed a typo - exec_cpiud -> exec_cpuid
git-svn-id: https://svn.code.sf.net/p/libcpuid/code/HEAD/libcpuid@52 3b4be424-7ac5-41d7-8526-f4ddcb85d872
2009-01-27 01:40:08 +00:00
cpuid_tool Adding Visual studio project files; adding the 'make test' target 2009-01-10 18:18:13 +00:00
libcpuid fixed a typo - exec_cpiud -> exec_cpuid 2009-01-27 01:40:08 +00:00
tests Added the unit tests to the tarball distribution 2009-01-13 18:33:28 +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 Added the unit tests to the tarball distribution 2009-01-13 18:33:28 +00:00
COPYING Moving the repository one level deeper 2008-11-06 18:17:20 +00:00
libcpuid.pc.in Incorrect path in .pc file - fixed; Clarified documentation a bit 2008-11-28 16:17:29 +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 the unit tests to the tarball distribution 2009-01-13 18:33:28 +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/)