1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00
libcpuid/cpuid_tool
Xorg 25d0614811
Add L1 Instruction Cache information
Some CPUs does not have the same associativity for L1D and L1I, as reported in X0rg/CPU-X#119
It adds l1_instruction_assoc and l1_instruction_cacheline in cpu_id_t
To avoid confusing, also adds l1_data_assoc and l1_data_cacheline
l1_assoc and l1_cacheline are leave untouched for backward compatibility
2020-05-10 11:49:02 +02:00
..
CMakeLists.txt Add CMake 2020-02-06 10:32:25 +02:00
cpuid_tool.c Add L1 Instruction Cache information 2020-05-10 11:49:02 +02:00
cpuid_tool.dsp Remove all trailling spaces 2020-05-09 17:34:07 +02:00
cpuid_tool_vc10.vcxproj Remove all trailling spaces 2020-05-09 17:34:07 +02:00
cpuid_tool_vc10.vcxproj.filters Remove all trailling spaces 2020-05-09 17:34:07 +02:00
cpuid_tool_vc71.vcproj Remove all trailling spaces 2020-05-09 17:34:07 +02:00
Makefile.am Update .am files about the vc9->vc10 file change. 2016-07-10 04:27:35 +03:00
Makefile.x64 Remove all trailling spaces 2020-05-09 17:34:07 +02:00