Re: [eigen] Matrix decompositions

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


On Thu, Feb 28, 2013 at 10:00 PM, Sameer Agarwal
<sameeragarwal@xxxxxxxxxx> wrote:
> So why is SIMD/vectorization disabled on unaligned matrices? and by turn on
> Map objects.

SIMD is disabled only for fixed size matrices which are supposed to be
small, and so not worth trying to adapt to the actual alignement at
run-time. For dynamic size matrices, everything is vectorized.



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