SparseLU failure with AVX on MSVC

The SparseLU routine (and potentially others) fails with high residuals when AVX instruction sets are enabled even with ENABLE_EXTENDED_ALIGNED_STORAGE set on MSVC compiler.

Here a minimal example showing the issue: EigenSparseLUTest.zip

Edited by Dario Mangoni