summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/core/src/common/simd/simd.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/numpy/core/src/common/simd/simd.h b/numpy/core/src/common/simd/simd.h
index 7705a48ce..8804223c9 100644
--- a/numpy/core/src/common/simd/simd.h
+++ b/numpy/core/src/common/simd/simd.h
@@ -10,11 +10,7 @@
#include "numpy/npy_common.h"
#include "npy_cpu_dispatch.h"
#include "simd_utils.h"
-#ifndef NPY_HAVE_AVX2
- #include <immintrin.h>
- #define NPY_HAVE_AVX
- #define NPY_HAVE_AVX2
-#endif
+
#ifdef __cplusplus
extern "C" {
#endif