Skip to content
Snippets Groups Projects
Verified Commit db84212f authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: fix EIGENPY_DEFAULT_ALIGNMENT_VALUE

parent 92d0ed16
No related branches found
No related tags found
No related merge requests found
......@@ -14,15 +14,11 @@
#include "eigenpy/numpy.hpp"
#undef NO_IMPORT_ARRAY
#ifdef NPY_ALIGNED
#if EIGEN_VERSION_AT_LEAST(3,2,90)
#define EIGENPY_DEFAULT_ALIGNMENT_VALUE Eigen::Aligned16
#else
#define EIGENPY_DEFAULT_ALIGNMENT_VALUE Eigen::Aligned
#endif
#else
#define EIGENPY_DEFAULT_ALIGNMENT_VALUE Eigen::Unaligned
#endif
#include "eigenpy/expose.hpp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment