Demystifying SSE Move Instructions
Originally posted on GameDev.net back in June 2011. I’ve been doing a lot of work with SSE-related instructions lately, and finally got fed up with the myriad of move instructions available to load and store data to and from the XMM registers. The differences between some are so subtle and poorly documented that it can [...]