We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc532d commit 6d5dd0bCopy full SHA for 6d5dd0b
Python/cpuinfo.c
@@ -25,6 +25,9 @@
25
# undef HAS_XGETBV_SUPPORT
26
#endif
27
28
+#undef HAS_CPUID_SUPPORT
29
+#undef HAS_XGETBV_SUPPORT
30
+
31
// Below, we declare macros for guarding the detection of SSE, AVX/AVX2
32
// and AVX-512 instructions. If the compiler does not even recognize the
33
// corresponding flags or if we are not on an 64-bit platform we do not
0 commit comments