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 602bb9c commit d6a3523Copy full SHA for d6a3523
1 file changed
Python/cpuinfo.c
@@ -49,8 +49,7 @@
49
# define SIMD_AVX_INSTRUCTIONS_DETECTION_GUARD
50
#endif
51
52
-#if defined(Py_CAN_COMPILE_SIMD_AVX2_INSTRUCTIONS) \
53
- // macros above should be sorted in alphabetical order
+#if defined(Py_CAN_COMPILE_SIMD_AVX2_INSTRUCTIONS)
54
# define SIMD_AVX2_INSTRUCTIONS_DETECTION_GUARD
55
56
0 commit comments