summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorSayed Adel <seiko@imavr.com>2023-02-07 17:16:56 +0200
committerSayed Adel <seiko@imavr.com>2023-02-07 21:07:27 +0200
commitba157435ab5c26350bb992149ae6a644a96ff06b (patch)
tree88b88aae709c3b43be111569beceb28802306a66 /numpy
parent6d26364d4ca94f86acf7c813d3a69431a75455d0 (diff)
downloadnumpy-ba157435ab5c26350bb992149ae6a644a96ff06b.tar.gz
ENH, SIMD: include npy_cpu_dipatch.h by npy_config.h
To guarantee of having #defs NPY_HAVE_[CPU features] in the scope
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/src/common/npy_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/src/common/npy_config.h b/numpy/core/src/common/npy_config.h
index d6886c5ea..715b17777 100644
--- a/numpy/core/src/common/npy_config.h
+++ b/numpy/core/src/common/npy_config.h
@@ -2,6 +2,7 @@
#define NUMPY_CORE_SRC_COMMON_NPY_CONFIG_H_
#include "config.h"
+#include "npy_cpu_dispatch.h" // brings NPY_HAVE_[CPU features]
#include "numpy/numpyconfig.h"
#include "numpy/utils.h"
#include "numpy/npy_os.h"