1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00
libcpuid/tests/intel
Veselin Georgiev f178de98f3 Fix issue #104: Intel Coffee Lake and Kaby Lake
Add support for detecting Coffee Lake i[357]s. Test included.
Thanks to @X0rg for reporting and to @exdeus for the raw cpu data.

The detection here relies on Kaby and Coffee lakes having different
number of cores for the equivalent brand:

i3: 2 cores in Kaby, 4 in Coffee
i5 and i7: 4 cores in Kaby, 6 in Coffee.
2018-02-04 13:37:36 +02:00
..
atom Fixed issue #54: Intel Atom N450 not recognised properly 2016-08-24 15:06:40 +03:00
broadwell Fixed issue #76: Skylake Core i5 badly recognized 2016-10-25 05:16:44 +03:00
core2 Update all tests: add fields for L4 cache size, assoc. and line size. 2016-07-07 00:44:45 +03:00
haswell Add a test with L4 cache (courtesy of @phprus). 2016-07-07 00:53:03 +03:00
ivy Fixed issue #81: Misdiagnosis microarchitecture for i3-3220T 2017-02-10 03:48:00 +02:00
lakes Fix issue #104: Intel Coffee Lake and Kaby Lake 2018-02-04 13:37:36 +02:00
nehalem Update all tests: add fields for L4 cache size, assoc. and line size. 2016-07-07 00:44:45 +03:00
netburst Update all tests: add fields for L4 cache size, assoc. and line size. 2016-07-07 00:44:45 +03:00
p2 Update all tests: add fields for L4 cache size, assoc. and line size. 2016-07-07 00:44:45 +03:00
sandy Update all tests: add fields for L4 cache size, assoc. and line size. 2016-07-07 00:44:45 +03:00
skylake Fixed issue #103: Intel Xeon Scalable not recognised "code name". 2018-01-28 02:06:37 +02:00