I have pushed some code to the eigen-avx repository at bitbucket.
a) All the additions reside in the AVX folder, along with altivec, neon and SSE. I have split up the single and double precision code into two files as one file was getting too big.
b)
The integer code has been removed as AVX does not have int support.
Once real numbers are done, we can move on to complex number support.
c)
I had a few questions about some of the intrinsic functions, I have
written them in the questions.txt file. in the AVX folder.