Skip to content

Commit 7870521

Browse files
authored
Merge pull request #562 from compnerd/windows-11
shims: adjust the Windows path for Windows 11
2 parents 34f383d + 184d638 commit 7870521

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/shims/hw_config.h

+6
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,14 @@ _dispatch_hw_get_config(_dispatch_hw_config_t c)
156156
++dwProcessorPhysicalCount;
157157
dwProcessorLogicalCount += __popcnt64(slpiCurrent->ProcessorMask);
158158
break;
159+
#if defined(RelationProcessorDie)
160+
case RelationProcessorDie:
161+
#endif
159162
case RelationProcessorPackage:
160163
case RelationNumaNode:
164+
#if defined(RelationNumaNodeEx)
165+
case RelationNumaNodeEx:
166+
#endif
161167
case RelationCache:
162168
case RelationGroup:
163169
case RelationAll:

0 commit comments

Comments
 (0)