Re: [eigen] EIGEN_ALIGN_TO_BOUNDARY(32)?

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


It isn't currently possible, although it's been discussed a few times
and it will be a prerequisite for AVX vectorization.

If all you want is making dynamic-size matrices and arrays use a
higher alignment, that's really easy, just edit src/Core/util/Memory.h
and modify the aligned malloc functions.

Benoit

2010/10/22 Rhys Ulerich <rhys.ulerich@xxxxxxxxx>:
> Is it possible to pervasively/uniformly ask Eigen to align per
> EIGEN_ALIGN_TO_BOUNDARY(32) using only #define magic?
>
> - Rhys
>
>
>



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/