mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-31 14:25:16 +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;
|
||||
tjMax = GetTjMaxFromMSR();
|
||||
break;
|
||||
case 0xA5:
|
||||
case 0xA6: // Intel Core i3, i5, i7 10xxxU (14nm)
|
||||
microarchitecture = Microarchitecture.CometLake;
|
||||
tjMax = GetTjMaxFromMSR();
|
||||
|
@@ -10,5 +10,5 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("0.9.3.4")]
|
||||
[assembly: AssemblyInformationalVersion("0.9.3.4 Alpha")]
|
||||
[assembly: AssemblyVersion("0.9.3.5")]
|
||||
[assembly: AssemblyInformationalVersion("0.9.3.5 Alpha")]
|
||||
|
Reference in New Issue
Block a user