Skip to content

Commit

Permalink
Update xtensor_config.hpp
Browse files Browse the repository at this point in the history
Updated to allow overriding of alignment
  • Loading branch information
spectre-ns authored Nov 6, 2023
1 parent 9bc3b2c commit 2afa7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xtensor/xtensor_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
#else
#ifdef XTENSOR_USE_XSIMD

#define XTENSOR_DEFAULT_ALLOCATOR(T) xsimd::aligned_allocator<T, XSIMD_DEFAULT_ALIGNMENT>
#define XTENSOR_DEFAULT_ALLOCATOR(T) xsimd::aligned_allocator<T, XTENSOR_DEFAULT_ALIGNMENT>
#else
#define XTENSOR_DEFAULT_ALLOCATOR(T) std::allocator<T>
#endif
Expand Down

0 comments on commit 2afa7d0

Please sign in to comment.