Hi,
The support for AVX in Benoit Steiner's branch [1] is now well advanced, and I think it's time to merge it back into the main devel branch. See below for some details.. Before doing so, it would nice if one or two warriors could test it on their code-base to assess there is no obvious regressions.
This AVX branch, also includes our recent efforts in improving the dense matrix product kernel for recent architectures, and the results are promising ;) [2,3]. Based on early benchmarks, the regression on old architectures (e.g., core2) should be quite limited, but I've no clue about ARM/NEON and I cannot test this platform myself. Altivec is likely to be broken because it has not been tested all.
Regarding AVX, currently Eigen does not know how to automatically fallback to smaller packets when they could be advantageous. Therefore, enabling AVX disables the vectorization of, for instance, Vector4f or Vector2d. This is only a limitation for people mixing small and large matrices in the same compilation unit. Fixing this before evaluators would be point-less and I think it's fine to have such a behavior as a first step.
cheers,
Gael