Skip to content

Commit 91effb4

Browse files
committed
only parse maxleaf
1 parent 34f1337 commit 91effb4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Python/cpuinfo.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@
113113
# define SHOULD_PARSE_CPUID_L7S1
114114
#endif
115115

116+
#undef SHOULD_PARSE_CPUID_L1
117+
#undef SHOULD_PARSE_CPUID_L7
118+
#undef SHOULD_PARSE_CPUID_L7S0
116119
#undef SHOULD_PARSE_CPUID_L7S1
117120

118121
#if defined(SHOULD_PARSE_CPUID_L7S0) && !defined(SHOULD_PARSE_CPUID_L7)

0 commit comments

Comments
 (0)