mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
25d0614811
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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
cpuid_tool.c | ||
cpuid_tool.dsp | ||
cpuid_tool_vc10.vcxproj | ||
cpuid_tool_vc10.vcxproj.filters | ||
cpuid_tool_vc71.vcproj | ||
Makefile.am | ||
Makefile.x64 |