1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-02-02 20:14:07 +00:00
libcpuid/libcpuid
2008-11-21 19:07:55 +00:00
..
asm-bits.c Removed C++ style comments; added CPU clock measuring code 2008-11-21 18:48:11 +00:00
asm-bits.h Removed C++ style comments; added CPU clock measuring code 2008-11-21 18:48:11 +00:00
check-consistency.py AMD feature support. All features now detected. Needs testing. Feature consistency script expanded 2008-11-14 16:41:18 +00:00
cpuid_main.c Removed C++ style comments; added CPU clock measuring code 2008-11-21 18:48:11 +00:00
Doxyfile * Support for stdin/stdout for (de)serializing cpu_raw_data_t; 2008-11-19 16:27:31 +00:00
libcpuid.h Removed C++ style comments; added CPU clock measuring code 2008-11-21 18:48:11 +00:00
libcpuid.sym * Support for stdin/stdout for (de)serializing cpu_raw_data_t; 2008-11-19 16:27:31 +00:00
libcpuid.vcproj Removed Runtime DLL dependency (Changed Runtime from "Multithreaded (Debug) DLL" -> "Multithreaded (Debug)") 2008-11-20 18:36:41 +00:00
libcpuid_constants.h Removed C++ style comments; added CPU clock measuring code 2008-11-21 18:48:11 +00:00
libcpuid_types.h Removed C++ style comments; added CPU clock measuring code 2008-11-21 18:48:11 +00:00
libcpuid_util.c Ported to Win32 (MSVC 2005), added MSVC solution and project files. Seems to work :) 2008-11-20 18:26:46 +00:00
libcpuid_util.h Removed C++ style comments; added CPU clock measuring code 2008-11-21 18:48:11 +00:00
Makefile.am Intel detection is complete, needs debug and research of newest processors 2008-11-14 15:06:01 +00:00
rdtsc.c Fixed a forgotten debugging option in cpu_clock() 2008-11-21 19:07:55 +00:00
recog_amd.c Support for AMD Phenom, beautified cpu match table 2008-11-20 17:44:33 +00:00
recog_amd.h Removed C++ style comments; added CPU clock measuring code 2008-11-21 18:48:11 +00:00
recog_intel.c Removed C++ style comments; added CPU clock measuring code 2008-11-21 18:48:11 +00:00
recog_intel.h Removed C++ style comments; added CPU clock measuring code 2008-11-21 18:48:11 +00:00