mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-09-03 15:55:26 +00:00
Added experimental support for Intel 06_A5h CPUs (Intel Core i9-10900K and i5-10600K).
This commit is contained in:
@@ -210,6 +210,7 @@ namespace OpenHardwareMonitor.Hardware.CPU {
|
|||||||
microarchitecture = Microarchitecture.IceLake;
|
microarchitecture = Microarchitecture.IceLake;
|
||||||
tjMax = GetTjMaxFromMSR();
|
tjMax = GetTjMaxFromMSR();
|
||||||
break;
|
break;
|
||||||
|
case 0xA5:
|
||||||
case 0xA6: // Intel Core i3, i5, i7 10xxxU (14nm)
|
case 0xA6: // Intel Core i3, i5, i7 10xxxU (14nm)
|
||||||
microarchitecture = Microarchitecture.CometLake;
|
microarchitecture = Microarchitecture.CometLake;
|
||||||
tjMax = GetTjMaxFromMSR();
|
tjMax = GetTjMaxFromMSR();
|
||||||
|
@@ -10,5 +10,5 @@
|
|||||||
|
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
[assembly: AssemblyVersion("0.9.3.4")]
|
[assembly: AssemblyVersion("0.9.3.5")]
|
||||||
[assembly: AssemblyInformationalVersion("0.9.3.4 Alpha")]
|
[assembly: AssemblyInformationalVersion("0.9.3.5 Alpha")]
|
||||||
|
Reference in New Issue
Block a user