Re: [eigen] Indexes: why signed instead of unsigned? |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
> c.block(1,12,50,89) += a.block(7,3,50,89) + b.block(70,35,50,89);
>
> it seems that GCC fails at generating good code and issue 3 imull in the
> most inner vectorized loop. The non vectorized loops (to deal with
> boundaries or when vectorization is disabled) are fine though... ahhhh
> compiler weirdnesses....
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |