1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00
libcpuid/tests
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
..
amd Fixed issue #86: AMD Ryzen support 2017-03-20 02:28:28 +02:00
intel Fix issue #104: Intel Coffee Lake and Kaby Lake 2018-02-04 13:37:36 +02:00
create_test.py Add a test with L4 cache (courtesy of @phprus). 2016-07-07 00:53:03 +03:00
Makefile.am When creating a tarball, include the small tests now instead of tests_stash.txt 2014-07-16 10:29:58 +03:00
run_tests.py Enforce Python 2.7 in tests 2017-03-12 09:34:26 +01:00