Skip to content

Commit ee2103b

Browse files
committed
rearrange badly placed header includes
1 parent b0878cf commit ee2103b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

numpy/core/src/_simd/_simd.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414

1515
#include <Python.h>
1616
#include "numpy/npy_common.h"
17-
18-
#ifndef NPY_DISABLE_OPTIMIZATION
19-
// autogenerated, required for CPU dispatch macros
2017
#include "npy_cpu_features.h"
2118
#include "npy_cpu_dispatch.h"
2219
#include "numpy/npy_cpu.h"
20+
21+
#ifndef NPY_DISABLE_OPTIMIZATION
22+
// autogenerated, required for CPU dispatch macros
2323
#include "_simd.dispatch.h"
2424
#endif
2525
/**

0 commit comments

Comments
 (0)