Skip to content

Commit 2afa7d0

Browse files
authored
Update xtensor_config.hpp
Updated to allow overriding of alignment
1 parent 9bc3b2c commit 2afa7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)