The Tumultuous Unicorn Of Darkness
5553b37043
Tests: fix test result for AMD EPYC Genoa
...
amd_ext_topology Git branch not merged yet.
2023-05-08 16:35:31 +02:00
The Tumultuous Unicorn Of Darkness
5789a6e297
Support another variant of AIDA64 dumps in cpuid_deserialize_raw_data_internal()
...
It support lines like 'CPU#000 AffMask: 0x0000000000000001'
2023-05-08 16:35:11 +02:00
The Tumultuous Unicorn Of Darkness
2317f40b36
DB: add Intel Sapphire Rapids-WS
...
Related to InstLatx64/InstLatx64@954a632d8a
2023-05-02 21:04:10 +02:00
The Tumultuous Unicorn Of Darkness
b4aa93f204
DB: add AMD Genoa
...
Related to InstLatx64/InstLatx64@7faa0c2306
2023-05-02 21:04:10 +02:00
The Tumultuous Unicorn Of Darkness
2e36c373c0
CI: update release notes
2023-04-02 18:57:15 +02:00
The Tumultuous Unicorn Of Darkness
20b177bb1d
Release version 0.6.3
2023-04-02 11:50:02 +02:00
The Tumultuous Unicorn Of Darkness
2780368158
Add more instructions in bump_version.sh
2023-04-02 11:48:30 +02:00
The Tumultuous Unicorn Of Darkness
52dbcb0493
Disable cpuid_identify_purpose_amd()
...
Related to #187
2023-04-01 18:08:42 +02:00
The Tumultuous Unicorn Of Darkness
3bcb6fb72b
DB: add Intel Alder Lake-N
...
Related to InstLatx64/InstLatx64@2f348215fb
Wikipedia page: https://en.wikipedia.org/wiki/Alder_Lake#Alder_Lake-N
2023-04-01 17:51:20 +02:00
The Tumultuous Unicorn Of Darkness
52f6cb3506
DB: add Intel Rocket Lake-E
...
Related to InstLatx64/InstLatx64@72b95c2260
Wikipedia page: https://en.wikipedia.org/wiki/Rocket_Lake#Server_processors
2023-04-01 17:30:07 +02:00
The Tumultuous Unicorn Of Darkness
69dc881103
DB: add Intel Raptor Lake-U
...
Related to InstLatx64/InstLatx64@c63a23ffe8
Wikipedia page: https://en.wikipedia.org/wiki/Raptor_Lake#Raptor_Lake-U
2023-04-01 17:24:24 +02:00
The Tumultuous Unicorn Of Darkness
ba80796d3c
DB: add Intel Raptor Lake-P
...
Related to InstLatx64/InstLatx64@d4a4849a90
Wikipedia page: https://en.wikipedia.org/wiki/Raptor_Lake#Raptor_Lake-P
2023-04-01 17:20:55 +02:00
The Tumultuous Unicorn Of Darkness
3071037db4
DB: add more Intel Raptor Lake-S
...
Related to InstLatx64/InstLatx64@d4a4849a90
According to [Wikipedia](https://en.wikipedia.org/wiki/Raptor_Lake#Desktop_processors_(Raptor_Lake-S) ):
> These are likely Alder Lake processors since they do not include increased L2 caches
Source: https://www.techpowerup.com/302937/intel-launches-lower-priced-13th-gen-core-desktop-processors-with-65w
2023-04-01 17:02:40 +02:00
The Tumultuous Unicorn Of Darkness
a4fd6b5ecb
DB: add AMD Rembrandt APU
...
Related to InstLatx64/InstLatx64@a9b0a0f160
2023-04-01 16:43:58 +02:00
DimasKovas
e3e1c16190
Rename set_error -> cpuid_set_error and get_error -> cpuid_get_error ( #188 )
2023-04-01 02:00:54 +03:00
The Tumultuous Unicorn Of Darkness
10bebe5d44
DB: fix extended model number for Intel Core i5 Lynnfield
...
Reported in https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/issues/276#issuecomment-1487740922
According to https://en.wikipedia.org/wiki/List_of_Intel_Core_i5_processors#%22Lynnfield%22_(45_nm) , there are only 3 Lynnfield CPUs, but all of them are part of extended family 30 (0x1E), not 37.
Extended family 37 is Arrandale and Clarkdale.
2023-03-30 20:54:39 +02:00
The Tumultuous Unicorn Of Darkness
5cfff28c43
RDMSR: add more links to AMD 17h and 19h PPR
2023-03-27 10:18:37 +02:00
The Tumultuous Unicorn Of Darkness
52f5924cb4
RDMSR: support for AMD 19h family
2023-03-27 10:02:51 +02:00
The Tumultuous Unicorn Of Darkness
995f7d12d9
Fix 'function declaration isn't a prototype' warning
2023-03-25 19:23:28 +01:00
The Tumultuous Unicorn Of Darkness
7542db9879
Initial support for AMD Phoenix APU with hybrid architecture
...
This work may not work: extended CPU Topology leaf is required.
2023-03-25 19:17:44 +01:00
Robert Kausch
37462ab492
Query CPU info at least once even if set_cpu_affinity() fails
2023-03-12 11:54:21 +01:00
Robert Kausch
54ed9a0a17
Restore previous thread CPU affinity before returning from cpuid_get_all_raw_data() ( #184 )
...
* Set thread instead of process CPU affinity in pre Windows 7 case
* Restore previous thread CPU affinity before returning from cpuid_get_all_raw_data()
2023-02-17 11:07:44 +02:00
Mike Gabriel
c7c2bd3619
libcpuid/libcpuid.h: Fix same typo in various comments. ( #181 )
2023-01-29 23:01:16 +02:00
Veselin Georgiev
d02c05428d
Fix issue #179 (Misprint, not enough zeros in the constant)
...
As suggested in the issue comment.
2023-01-02 13:18:01 +02:00
The Tumultuous Unicorn Of Darkness
3b0a1f7e5b
Fix infinite loop in set_cpu_affinity() on macOS
...
Fix #178
2023-01-01 14:20:44 +01:00
The Tumultuous Unicorn Of Darkness
e8d31149a8
DB: add Intel Alder Lake-H, fix Alder Lake-P
...
According to Wikipedia (https://en.wikipedia.org/wiki/Alder_Lake#Alder_Lake-H ), CPU names ending with 'H' or 'HK' are part of 'Alder Lake-H'.
Only CPU names ending with 'P' are part of 'Alder Lake-P'
2022-12-31 12:14:42 +01:00
The Tumultuous Unicorn Of Darkness
44bde9877a
DB: add Intel Alder Lake-HX
...
Refer to https://en.wikipedia.org/wiki/Alder_Lake#Alder_Lake-HX
2022-12-31 12:04:12 +01:00
The Tumultuous Unicorn Of Darkness
d984d4389f
DB: add Intel Pentium+Celeron for Alder Lake-S
2022-12-31 11:59:41 +01:00
The Tumultuous Unicorn Of Darkness
3d1ed275c9
Release version 0.6.2
2022-11-11 19:33:06 +01:00
The Tumultuous Unicorn Of Darkness
e94d675039
DB: add AMD 4700S, rename 4800S
...
https://www.amd.com/fr/desktop-kits/amd-4700s
2022-11-11 19:27:57 +01:00
The Tumultuous Unicorn Of Darkness
feccd8f7c8
Fix unused parameters
2022-11-11 17:50:34 +01:00
The Tumultuous Unicorn Of Darkness
d8c3f3365a
Fix warning in rdmsr.c
...
D:\a\libcpuid\libcpuid\libcpuid\rdmsr.c(945,46): warning C4244: 'function': conversion from 'uint64_t' to 'uint32_t', possible loss of data [D:\a\libcpuid\libcpuid\libcpuid\libcpuid_vc10.vcxproj]
2022-11-11 17:50:01 +01:00
The Tumultuous Unicorn Of Darkness
d84493e6ca
Fix warnings in cpuid_main.c
...
D:\a\libcpuid\libcpuid\libcpuid\cpuid_main.c(1192,82): warning C4244: '=': conversion from 'double' to 'int32_t', possible loss of data [D:\a\libcpuid\libcpuid\libcpuid\libcpuid_vc10.vcxproj]
D:\a\libcpuid\libcpuid\libcpuid\cpuid_main.c(1283,23): warning C4018: '<': signed/unsigned mismatch [D:\a\libcpuid\libcpuid\libcpuid\libcpuid_vc10.vcxproj]
2022-11-11 17:49:21 +01:00
The Tumultuous Unicorn Of Darkness
94930cb891
DB: add AMD Athlon 64 Sherman
...
Related to TheTumultuousUnicornOfDarkness/CPU-X#255
2022-11-11 16:59:21 +01:00
The Tumultuous Unicorn Of Darkness
cb041797ac
Docs: update Doxyfile for version 1.9.5
...
warning: Tag 'FORMULA_TRANSPARENT' at line 1589 of file 'libcpuid/Doxyfile.in' has become obsolete.
This tag has been removed.
warning: Tag 'DOT_FONTNAME' at line 2313 of file 'libcpuid/Doxyfile.in' has become obsolete.
This tag has been removed.
warning: Tag 'DOT_FONTSIZE' at line 2320 of file 'libcpuid/Doxyfile.in' has become obsolete.
This tag has been removed.
warning: Tag 'DOT_TRANSPARENT' at line 2576 of file 'libcpuid/Doxyfile.in' has become obsolete.
This tag has been removed.
2022-11-11 16:44:09 +01:00
The Tumultuous Unicorn Of Darkness
ac084cc6e9
DB: add more AMD Renoir
...
Ryzen 7 4800S Desktop Kit
Refer to InstLatx64/InstLatx64@2cdaa4a2ec
https://www.amd.com/en/product/9081
2022-11-11 16:42:09 +01:00
The Tumultuous Unicorn Of Darkness
1977fb7131
DB: add Intel Ice Lake (Xeon-D)
...
Refer to InstLatx64/InstLatx64@936e7e1c80
2022-11-11 16:32:37 +01:00
The Tumultuous Unicorn Of Darkness
c839e597ae
DB: add AMD Mendocino
...
Refer to InstLatx64/InstLatx64@936e7e1c80
https://www.anandtech.com/show/17584/amd-launches-mendocino-apus-zen-2-ryzen-and-athlon-7020-series-with-rdna-2-graphics
2022-11-11 16:23:37 +01:00
Xorg
e0dce2b0ef
DB: add Intel Tremont
...
Fix X0rg/CPU-X#253
2022-10-29 15:41:59 +02:00
Xorg
671174f567
Fix formatting in README.md
2022-10-27 21:17:32 +02:00
Xorg
c61b3b1278
Add packaging status in README.md
2022-10-27 21:15:31 +02:00
Xorg
6c9798c3b0
DB: add Intel Penryn L
...
Related to #176
https://www.intel.com/content/www/us/en/products/sku/41498/intel-celeron-processor-900-1m-cache-2-20-ghz-800-mhz-fsb/specifications.html
2022-10-25 22:53:16 +02:00
Xorg
1ed9a89ab0
Fix segfault in cpu_identify_all() for mono-core CPUs
...
Fix X0rg/CPU-X#251
Fix #176
2022-10-25 22:23:14 +02:00
Xorg
9ec39e1312
CI: update actions to Node16
...
All actions using Node12 are deprecated: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12
2022-10-23 17:26:13 +02:00
Xorg
e5b5f2e019
Release version 0.6.1
2022-10-23 16:51:00 +02:00
Xorg
008983930b
DB: add Intel Raptor Lake-S
2022-10-23 12:11:49 +02:00
Xorg
7cabadd903
CMake: create shared libraries with correct SO name
...
Fix #174
2022-10-22 21:16:44 +02:00
Xorg
e073118328
Avoid to print the same debug message twice in update_cache_instances()
2022-10-22 20:36:34 +02:00
Xorg
bbdab9e398
Print a warning if APIC ID is not supported
2022-10-22 20:35:56 +02:00
Xorg
737cc3d98e
Use APIC ID to count physical core when supported
...
Fix #175
2022-10-22 20:32:05 +02:00