My RAM contains the following interleaved data: float32 Real1, float32 Imag1, float32 Real2, float32 Imag2, ... , float32 Real4, float32 Imag4
I have to load into __m128: Real1, Real2, Real3, Real4 and into another __m128: Imag1, Imag2, Imag3, Imag4
Is it possible ?