In Wikipedia, it says:
The addition of integer support in SSE2 made MMX largely redundant, though further performance increases can be attained in some situations by using MMX in parallel with SSE operations.
Does it mean that processor can run another MMX/SSE instruction while it is running a SSE/MMX instruction at the same time because those instructions run in separate units?
Or it just means because they use different registers, you can use them together without switching mode(MMX Mode and FPU Mode cannot work at "same time", you have to switch to different mode manually)?