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.
2 parents f3e78d7 + b88df80 commit bba6256Copy full SHA for bba6256
numpy/_core/src/npysort/highway_qsort.hpp
@@ -10,9 +10,7 @@
10
// dispatched sources.
11
#if (HWY_COMPILER_MSVC && !HWY_IS_DEBUG_BUILD) || \
12
(HWY_ARCH_ARM_V7 && HWY_IS_DEBUG_BUILD) || \
13
- (HWY_ARCH_ARM_A64 && HWY_COMPILER_GCC_ACTUAL && HWY_IS_ASAN) || \
14
- (HWY_ARCH_ARM_A64 && HWY_COMPILER_CLANG && \
15
- (HWY_IS_HWASAN || HWY_IS_MSAN || HWY_IS_TSAN || HWY_IS_ASAN))
+ (HWY_ARCH_ARM_A64 && HWY_COMPILER_GCC_ACTUAL && HWY_IS_ASAN)
16
#define NPY_DISABLE_HIGHWAY_SORT
17
#endif
18
0 commit comments