[eigen] aligned question

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




If I have

class A{
    EIGEN_MAKE_ALIGNED_NEW
    Eigen::Vector4f a;
}

and I instantiate this as

A * arr = new A[100];


is there any alignment issue or does EIGEN_MAKE_ALIGNED_NEW take care of this :-)?

Thanks a lot?



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