Changing the storage of the SSE complex packets to that of the wrapper. This should fix #2242 .
Reference issue
What does this implement/fix?
Changing the storage of the SSE complex packets to that of the wrapper to avoid mixing of Packet2cf and Packet1cd values (__m128 and __m128d respectively) with wrapper variables (Packet4f and Packet2d).
Additional information
None