1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-03 11:01:30 +00:00
libcpuid/tests/intel/x86-64/core
The Tumultuous Unicorn Of Darkness dc06877f4f
Update match_entry_t to remove internal codes and bits
Remove brand_code, model_bits and model_code fields, add a new brand sub-struct.

There fields were complicated to manage, adding complex functions to make it work.
amd_bits_t and intel_bits_t enums were truncated, I had to replace them with #define in 2e01aa0303.

Some of these #define were conflicting with other C headers (ctype.h on OpenBSD, corecrt_wctype.h on Windows), that is why I wanted to get rid of it.

I updated some CPU codenames meanwhile for more consistency.

Fix #212.
2025-04-27 19:22:11 +02:00
..
allendale-celeron.test Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
allendale-core-2-duo.test Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
allendale-pentium.test Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
clovertown-xeon.test Add cpu_feature_level_t enumerated values for x86 CPUs 2024-06-29 17:01:50 +02:00
conroe-core-2-duo.test Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
conroe-l-celeron.test Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
harpertown-xeon.test Add cpu_feature_level_t enumerated values for x86 CPUs 2024-06-29 17:01:50 +02:00
kentsfield-core-2-quad.test Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
merom-core-2-duo-2m.test Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
merom-core-2-duo-4m.test Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
penryn-core-2-duo-3m.test Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
penryn-l-celeron.test Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
penryn-pentium-m.test Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
wolfdale-celeron.test Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
wolfdale-pentium.test Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
wolfdale-xeon.test Add cpu_feature_level_t enumerated values for x86 CPUs 2024-06-29 17:01:50 +02:00
yorkfield-core-2-quad-2m.test Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00
yorkfield-core-2-quad-6m.test Update match_entry_t to remove internal codes and bits 2025-04-27 19:22:11 +02:00