We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bc3b2c + 2afa7d0 commit 34cd549Copy full SHA for 34cd549
1 file changed
include/xtensor/xtensor_config.hpp
@@ -79,7 +79,7 @@
79
#else
80
#ifdef XTENSOR_USE_XSIMD
81
82
-#define XTENSOR_DEFAULT_ALLOCATOR(T) xsimd::aligned_allocator<T, XSIMD_DEFAULT_ALIGNMENT>
+#define XTENSOR_DEFAULT_ALLOCATOR(T) xsimd::aligned_allocator<T, XTENSOR_DEFAULT_ALIGNMENT>
83
84
#define XTENSOR_DEFAULT_ALLOCATOR(T) std::allocator<T>
85
#endif
0 commit comments