1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-06-07 00:51:40 +00:00
libcpuid/libcpuid
The Tumultuous Unicorn Of Darkness ae5b2a24c9
Add support for ARMv9.5-A CPUs
New AArch64 registers:
- ID_AA64DFR2_EL1
- ID_AA64FPFR0_EL1
- ID_AA64ISAR3_EL1
2025-05-01 15:21:39 +02:00
..
asm-bits.c Simplify exec_cpuid to use constraints 2025-04-16 19:02:15 +02:00
asm-bits.h Remove ARM64 registers definition 2024-07-08 21:58:34 +02:00
check-consistency.py Use f-strings in Python scripts 2025-04-28 21:34:53 +02:00
CMakeLists.txt CMake: harmonizes options 2024-07-10 20:56:38 +02:00
cpuid_main.c Add support for ARMv9.5-A CPUs 2025-05-01 15:21:39 +02:00
Doxyfile.in Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
exports.def Improve ARM core ID identification and add cpuid_get_raw_data_core() 2024-07-07 17:48:41 +02:00
libcpuid.dsp Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
libcpuid.h Add support for ARMv9.5-A CPUs 2025-05-01 15:21:39 +02:00
libcpuid.sym Improve ARM core ID identification and add cpuid_get_raw_data_core() 2024-07-07 17:48:41 +02:00
libcpuid_arm_driver.h Add support for ARMv9.5-A CPUs 2025-05-01 15:21:39 +02:00
libcpuid_constants.h Add support for ARMv9.5-A CPUs 2025-05-01 15:21:39 +02:00
libcpuid_internal.h Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
libcpuid_types.h Update docs 2024-07-01 11:00:06 +02:00
libcpuid_util.c Add technology_node field to struct cpu_id_t 2025-04-30 21:33:05 +02:00
libcpuid_util.h Add technology_node field to struct cpu_id_t 2025-04-30 21:33:05 +02:00
libcpuid_vc10.vcxproj Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
libcpuid_vc10.vcxproj.filters Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
libcpuid_vc71.vcproj Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
Makefile.am Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
Makefile.x64 Release version 0.7.1 2024-11-30 15:34:57 +01:00
Makefile.x86 Release version 0.7.1 2024-11-30 15:34:57 +01:00
masm-x64.asm Remove all trailling spaces 2020-05-09 17:34:07 +02:00
msrdriver.c Move Windows MSR driver to a new directory 2024-07-09 19:02:39 +02:00
rdcpuid.c rdcpuid: handle errors 2024-07-10 20:18:03 +02:00
rdcpuid.h Add rdcpuid interface for kernel drivers on ARM CPUs 2024-07-08 21:53:26 +02:00
rdmsr.c Rsmdr: update pattern for 'is_apu' 2025-05-01 09:33:04 +02:00
rdtsc.c Add CPU clock OS detection routine for OpenBSD 2025-04-17 21:22:56 +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 Add technology_node field to struct cpu_id_t 2025-04-30 21:33:05 +02:00
recog_amd.h Initial support for AMD Phoenix APU with hybrid architecture 2023-03-25 19:17:44 +01:00
recog_arm.c Add support for ARMv9.5-A CPUs 2025-05-01 15:21:39 +02:00
recog_arm.h Add initial support for ARM CPUs 2024-06-28 20:41:00 +02:00
recog_centaur.c Add technology_node field to struct cpu_id_t 2025-04-30 21:33:05 +02:00
recog_centaur.h Add basic support for Centaur CPUs (VIA/Zhaoxin) 2023-07-01 16:01:26 +02:00
recog_intel.c Add technology_node field to struct cpu_id_t 2025-04-30 21:33:05 +02:00
recog_intel.h Support for hybrid CPU (#166) 2022-09-15 18:37:08 +02:00