Skip to content

Commit ea65d2d

Browse files
committed
Zen5 cpu fix
1 parent 5c79bd0 commit ea65d2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • OpenHardwareMonitorLib/Hardware/Cpu

OpenHardwareMonitorLib/Hardware/Cpu/CpuId.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ private CpuId(int group, int thread, GroupAffinity affinity)
151151
threadMaskWith = 0;
152152
coreMaskWith = NextLog2(corePerPackage);
153153

154-
if (Family is 0x17 or 0x19)
154+
if (Family is 0x17 or 0x19 or 0x1A)
155155
{
156156
// ApicIdCoreIdSize: APIC ID size.
157157
// cores per DIE

0 commit comments

Comments
 (0)