1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-07-02 14:04:15 +00:00
libcpuid/libcpuid
Xorg 23b6f5cf54
DB: remove AMD Warhol
It seems Warhol was the codename for 6000 series desktop CPUs, but Warhol was cancelled.
I thought that Warhol was the codename for Ryzen 7 5800X3D, but according to [1], codename for this CPU is Vermeer

[1] https://en.wikipedia.org/wiki/List_of_AMD_Ryzen_processors#Vermeer_and_Chagall_(5000_series_CPUs)
2022-10-11 18:24:08 +02:00
..
amd_code_t.h DB: add AMD Steppe Eagle 2022-09-22 20:46:36 +02:00
asm-bits.c Remove all trailling spaces 2020-05-09 17:34:07 +02:00
asm-bits.h Fix compilation on non-x86/ARM architectures. 2019-10-29 20:49:08 +01:00
check-consistency.py Related to c2645d0. Convert all python scripts to Python 3. 2020-05-28 19:57:30 +03:00
CMakeLists.txt Support for hybrid CPU (#166) 2022-09-15 18:37:08 +02:00
cpuid_main.c This would likely fix #172 (cpuid_tool.exe v0.6.0 doesn't work on my PC) 2022-10-05 10:23:58 +03:00
Doxyfile.in Docs: update Doxyfile for version 1.9 2022-10-01 18:36:01 +02:00
embed_drivers.cpp Remove all trailling spaces 2020-05-09 17:34:07 +02:00
exports.def Detect Virtual Machine 2022-09-18 10:26:02 +02:00
intel_code_t.h Remove all trailling spaces 2020-05-09 17:34:07 +02:00
libcpuid.dsp Release version 0.6.0 2022-09-27 20:46:59 +02:00
libcpuid.h Release version 0.6.0 2022-09-27 20:46:59 +02:00
libcpuid.sym Detect Virtual Machine 2022-09-18 10:26:02 +02:00
libcpuid_constants.h Support for hybrid CPU (#166) 2022-09-15 18:37:08 +02:00
libcpuid_internal.h Add cache instances field in cpu_id_t and system_id_t 2022-09-22 17:49:38 +02:00
libcpuid_types.h Support for hybrid CPU (#166) 2022-09-15 18:37:08 +02:00
libcpuid_util.c Allow to debug score 2022-10-01 17:21:33 +02:00
libcpuid_util.h Add get_error function for internal use 2022-09-25 10:22:22 +02:00
libcpuid_vc10.vcxproj Release version 0.6.0 2022-09-27 20:46:59 +02:00
libcpuid_vc10.vcxproj.filters Remove all trailling spaces 2020-05-09 17:34:07 +02:00
libcpuid_vc71.vcproj Release version 0.6.0 2022-09-27 20:46:59 +02:00
Makefile.am Don't link with msrdriver.c on non-Windows platform. (#159) 2022-01-14 10:35:10 +02:00
Makefile.x64 Release version 0.6.0 2022-09-27 20:46:59 +02:00
Makefile.x86 Release version 0.6.0 2022-09-27 20:46:59 +02:00
masm-x64.asm Remove all trailling spaces 2020-05-09 17:34:07 +02:00
msrdriver.c Also msrdriver.c 2018-06-21 21:22:52 +03:00
rdmsr.c Improve msr_serialize_raw_data function 2022-09-25 10:33:36 +02:00
rdtsc.c Remove all trailling spaces 2020-05-09 17:34:07 +02:00
rdtsc.h Forgot to add the new header file for rdtsc.c 2010-04-20 09:03:57 +00:00
recog_amd.c DB: remove AMD Warhol 2022-10-11 18:24:08 +02:00
recog_amd.h Reorganize library a bit. 2016-06-03 03:30:36 +03:00
recog_intel.c Fix a typo 2022-10-06 19:48:47 +02:00
recog_intel.h Support for hybrid CPU (#166) 2022-09-15 18:37:08 +02:00