summaryrefslogtreecommitdiffstats
path: root/contrib/python/numpy/include
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-11-28 22:49:18 +0300
committerrobot-piglet <[email protected]>2025-11-28 23:01:09 +0300
commitc680daa333dfe2b7ada2a479adc8758e5036f0a7 (patch)
tree0b6bd80e7869b346044fdc1c453b28f28e2dfedc /contrib/python/numpy/include
parent56bac15bbc08ef46d3823f6923ee45cf7a5c0ddd (diff)
Intermediate changes
commit_hash:bfeccc45169aaaa9244d52ddd63e29fa086dd051
Diffstat (limited to 'contrib/python/numpy/include')
-rw-r--r--contrib/python/numpy/include/numpy/core/include/numpy/__multiarray_api.c5
-rw-r--r--contrib/python/numpy/include/numpy/core/include/numpy/__ufunc_api.c5
-rw-r--r--contrib/python/numpy/include/numpy/core/include/numpy/__umath_generated.c5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/_simd/_simd.dispatch.c5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/multiarray/argfunc.dispatch.c5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/npysort/simd_qsort.dispatch.cpp5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/npysort/simd_qsort_16bit.dispatch.cpp5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/umath/_umath_tests.dispatch.c5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/umath/funcs.inc5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/umath/loops_arithm_fp.dispatch.c5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/umath/loops_arithmetic.dispatch.c5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/umath/loops_autovec.dispatch.c5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/umath/loops_comparison.dispatch.c5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/umath/loops_exponent_log.dispatch.c5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/umath/loops_hyperbolic.dispatch.c5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/umath/loops_logical.dispatch.c5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/umath/loops_minmax.dispatch.c5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/umath/loops_modulo.dispatch.c5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/umath/loops_trigonometric.dispatch.c5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/umath/loops_umath_fp.dispatch.c5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/umath/loops_unary.dispatch.c5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/umath/loops_unary_complex.dispatch.c5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/umath/loops_unary_fp.dispatch.c5
-rw-r--r--contrib/python/numpy/include/numpy/core/src/umath/loops_unary_fp_le.dispatch.c5
24 files changed, 0 insertions, 120 deletions
diff --git a/contrib/python/numpy/include/numpy/core/include/numpy/__multiarray_api.c b/contrib/python/numpy/include/numpy/core/include/numpy/__multiarray_api.c
deleted file mode 100644
index 3161f254526..00000000000
--- a/contrib/python/numpy/include/numpy/core/include/numpy/__multiarray_api.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/include/numpy/__multiarray_api.c>
-#else
-#include <contrib/python/numpy/py2/numpy/core/include/numpy/__multiarray_api.c>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/include/numpy/__ufunc_api.c b/contrib/python/numpy/include/numpy/core/include/numpy/__ufunc_api.c
deleted file mode 100644
index 72f68f21425..00000000000
--- a/contrib/python/numpy/include/numpy/core/include/numpy/__ufunc_api.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/include/numpy/__ufunc_api.c>
-#else
-#include <contrib/python/numpy/py2/numpy/core/include/numpy/__ufunc_api.c>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/include/numpy/__umath_generated.c b/contrib/python/numpy/include/numpy/core/include/numpy/__umath_generated.c
deleted file mode 100644
index 2a234f05c3a..00000000000
--- a/contrib/python/numpy/include/numpy/core/include/numpy/__umath_generated.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/include/numpy/__umath_generated.c>
-#else
-#include <contrib/python/numpy/py2/numpy/core/include/numpy/__umath_generated.c>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/_simd/_simd.dispatch.c b/contrib/python/numpy/include/numpy/core/src/_simd/_simd.dispatch.c
deleted file mode 100644
index 3bdc80df9ed..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/_simd/_simd.dispatch.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/_simd/_simd.dispatch.c>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/_simd/_simd.dispatch.c>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/multiarray/argfunc.dispatch.c b/contrib/python/numpy/include/numpy/core/src/multiarray/argfunc.dispatch.c
deleted file mode 100644
index b36d88d1078..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/multiarray/argfunc.dispatch.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/multiarray/argfunc.dispatch.c>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/multiarray/argfunc.dispatch.c>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/npysort/simd_qsort.dispatch.cpp b/contrib/python/numpy/include/numpy/core/src/npysort/simd_qsort.dispatch.cpp
deleted file mode 100644
index 4e158241680..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/npysort/simd_qsort.dispatch.cpp
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/npysort/simd_qsort.dispatch.cpp>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/npysort/simd_qsort.dispatch.cpp>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/npysort/simd_qsort_16bit.dispatch.cpp b/contrib/python/numpy/include/numpy/core/src/npysort/simd_qsort_16bit.dispatch.cpp
deleted file mode 100644
index 0e352add70f..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/npysort/simd_qsort_16bit.dispatch.cpp
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/npysort/simd_qsort_16bit.dispatch.cpp>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/npysort/simd_qsort_16bit.dispatch.cpp>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/umath/_umath_tests.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/_umath_tests.dispatch.c
deleted file mode 100644
index 9ab0560fa34..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/umath/_umath_tests.dispatch.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/umath/_umath_tests.dispatch.c>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/umath/_umath_tests.dispatch.c>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/umath/funcs.inc b/contrib/python/numpy/include/numpy/core/src/umath/funcs.inc
deleted file mode 100644
index 14171b0f734..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/umath/funcs.inc
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/umath/funcs.inc>
-#else
-#include <contrib/python/numpy/py2/numpy/core/src/umath/funcs.inc>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_arithm_fp.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/loops_arithm_fp.dispatch.c
deleted file mode 100644
index 18c63002c46..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/umath/loops_arithm_fp.dispatch.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_arithm_fp.dispatch.c>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_arithm_fp.dispatch.c>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_arithmetic.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/loops_arithmetic.dispatch.c
deleted file mode 100644
index 33f425e557d..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/umath/loops_arithmetic.dispatch.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_arithmetic.dispatch.c>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_arithmetic.dispatch.c>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_autovec.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/loops_autovec.dispatch.c
deleted file mode 100644
index 6a72ddbf7a7..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/umath/loops_autovec.dispatch.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_autovec.dispatch.c>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_autovec.dispatch.c>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_comparison.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/loops_comparison.dispatch.c
deleted file mode 100644
index 15dcaa7be82..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/umath/loops_comparison.dispatch.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_comparison.dispatch.c>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_comparison.dispatch.c>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_exponent_log.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/loops_exponent_log.dispatch.c
deleted file mode 100644
index fb783e199ba..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/umath/loops_exponent_log.dispatch.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_exponent_log.dispatch.c>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_exponent_log.dispatch.c>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_hyperbolic.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/loops_hyperbolic.dispatch.c
deleted file mode 100644
index 98302daf706..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/umath/loops_hyperbolic.dispatch.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_hyperbolic.dispatch.c>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_hyperbolic.dispatch.c>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_logical.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/loops_logical.dispatch.c
deleted file mode 100644
index 0ede76f59e9..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/umath/loops_logical.dispatch.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_logical.dispatch.c>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_logical.dispatch.c>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_minmax.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/loops_minmax.dispatch.c
deleted file mode 100644
index 256928f19aa..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/umath/loops_minmax.dispatch.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_minmax.dispatch.c>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_minmax.dispatch.c>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_modulo.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/loops_modulo.dispatch.c
deleted file mode 100644
index cbc902510f3..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/umath/loops_modulo.dispatch.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_modulo.dispatch.c>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_modulo.dispatch.c>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_trigonometric.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/loops_trigonometric.dispatch.c
deleted file mode 100644
index fe0c3745012..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/umath/loops_trigonometric.dispatch.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_trigonometric.dispatch.c>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_trigonometric.dispatch.c>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_umath_fp.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/loops_umath_fp.dispatch.c
deleted file mode 100644
index 7f64b07760c..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/umath/loops_umath_fp.dispatch.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_umath_fp.dispatch.c>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_umath_fp.dispatch.c>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_unary.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/loops_unary.dispatch.c
deleted file mode 100644
index c04c6104bdf..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/umath/loops_unary.dispatch.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_unary.dispatch.c>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_unary.dispatch.c>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_complex.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_complex.dispatch.c
deleted file mode 100644
index 22b14d773c9..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_complex.dispatch.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_unary_complex.dispatch.c>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_unary_complex.dispatch.c>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_fp.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_fp.dispatch.c
deleted file mode 100644
index 72e24e1e233..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_fp.dispatch.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_unary_fp.dispatch.c>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_unary_fp.dispatch.c>
-#endif
diff --git a/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_fp_le.dispatch.c b/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_fp_le.dispatch.c
deleted file mode 100644
index c565f7b638c..00000000000
--- a/contrib/python/numpy/include/numpy/core/src/umath/loops_unary_fp_le.dispatch.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifdef USE_PYTHON3
-#include <contrib/python/numpy/py3/numpy/core/src/umath/loops_unary_fp_le.dispatch.c>
-#else
-#error #include <contrib/python/numpy/py2/numpy/core/src/umath/loops_unary_fp_le.dispatch.c>
-#endif