| 1 | #include "npy_cpu_features.h" |
| 2 | #include "npy_cpu_dispatch.h" // To guarantee the CPU baseline definitions are in scope. |
| 3 | #include "numpy/npy_common.h" |
| 4 | #include "numpy/npy_cpu.h" // To guarantee the CPU definitions are in scope. |
nothing calls this directly
no test coverage detected