File: xsimd_xcomplex.patch

package info (click to toggle)
xtensor 0.27.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,528 kB
  • sloc: cpp: 65,746; makefile: 202; python: 171; javascript: 8
file content (15 lines) | stat: -rw-r--r-- 515 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: xtensor/include/xtensor/misc/xcomplex.hpp
===================================================================
--- xtensor.orig/include/xtensor/misc/xcomplex.hpp	2025-03-31 23:10:42.812083458 +0200
+++ xtensor/include/xtensor/misc/xcomplex.hpp	2025-03-31 23:10:59.652205386 +0200
@@ -15,6 +15,10 @@
 
 #include <xtl/xcomplex.hpp>
 
+#ifdef XTENSOR_USE_XSIMD
+#include <xsimd/xsimd.hpp>
+#endif
+
 #include "../core/xexpression.hpp"
 #include "../generators/xbuilder.hpp"
 #include "../views/xoffset_view.hpp"