Skip to content

Commit

Permalink
Added Alder Lake-H model ID (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
DevTechProfile committed Jul 15, 2022
1 parent 82e9039 commit e9e8e03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LibreHardwareMonitorLib/Hardware/Cpu/IntelCpu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ public IntelCpu(int processorIndex, CpuId[][] cpuId, ISettings settings) : base(
tjMax = GetTjMaxFromMsr();
break;

case 0x97: // Alder Lake (7nm)
case 0x97: // Alder Lake-S (Intel 7/10nm)
case 0x9A: // Alder Lake-H (Intel 7/10nm)
_microArchitecture = MicroArchitecture.AlderLake;
tjMax = GetTjMaxFromMsr();
break;
Expand Down

0 comments on commit e9e8e03

Please sign in to comment.