Skip to content

Commit 6d5dd0b

Browse files
committed
disable everything!
1 parent 6dc532d commit 6d5dd0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Python/cpuinfo.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
# undef HAS_XGETBV_SUPPORT
2626
#endif
2727

28+
#undef HAS_CPUID_SUPPORT
29+
#undef HAS_XGETBV_SUPPORT
30+
2831
// Below, we declare macros for guarding the detection of SSE, AVX/AVX2
2932
// and AVX-512 instructions. If the compiler does not even recognize the
3033
// corresponding flags or if we are not on an 64-bit platform we do not

0 commit comments

Comments
 (0)