mirror of
https://github.com/anrieff/libcpuid
synced 2024-12-16 16:35:45 +00:00
Tests: fix Bay Trail results
Since 7ad0a494a5
, it shows that core count for Intel® Celeron® Processor J1900 and Intel Atom® Processor Z3740 was wrong.
According to Intel, new values are correct:
- https://www.intel.com/content/www/us/en/products/sku/78867/intel-celeron-processor-j1900-2m-cache-up-to-2-42-ghz/specifications.html?wapkw=J1900 ==> 4c/4t
- https://www.intel.com/content/www/us/en/products/sku/76759/intel-atom-processor-z3740-2m-cache-up-to-1-86-ghz/specifications.html ==> 4c/4t
This commit is contained in:
parent
0b47460256
commit
587f2597d7
2 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ general
|
|||
3
|
||||
6
|
||||
55
|
||||
2
|
||||
4
|
||||
4
|
||||
-1
|
||||
-1
|
||||
|
|
|
@ -106,7 +106,7 @@ general
|
|||
3
|
||||
6
|
||||
55
|
||||
2
|
||||
4
|
||||
4
|
||||
-1
|
||||
-1
|
||||
|
|
Loading…
Reference in a new issue