Skip to content

Commit 34cd549

Browse files
authored
Merge pull request #2739 from spectre-ns/master
Update to use XTENSOR_DEFAULT_ALIGNMENT when using XSIMD
2 parents 9bc3b2c + 2afa7d0 commit 34cd549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/xtensor/xtensor_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
#else
8080
#ifdef XTENSOR_USE_XSIMD
8181

82-
#define XTENSOR_DEFAULT_ALLOCATOR(T) xsimd::aligned_allocator<T, XSIMD_DEFAULT_ALIGNMENT>
82+
#define XTENSOR_DEFAULT_ALLOCATOR(T) xsimd::aligned_allocator<T, XTENSOR_DEFAULT_ALIGNMENT>
8383
#else
8484
#define XTENSOR_DEFAULT_ALLOCATOR(T) std::allocator<T>
8585
#endif

0 commit comments

Comments
 (0)