diff options
author | Sayed Adel <seiko@imavr.com> | 2023-02-07 17:16:56 +0200 |
---|---|---|
committer | Sayed Adel <seiko@imavr.com> | 2023-02-07 21:07:27 +0200 |
commit | ba157435ab5c26350bb992149ae6a644a96ff06b (patch) | |
tree | 88b88aae709c3b43be111569beceb28802306a66 /numpy | |
parent | 6d26364d4ca94f86acf7c813d3a69431a75455d0 (diff) | |
download | numpy-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.h | 1 |
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" |