Demonstrates the use of VPADDD instruction to do packed addition.
In the video I mention XMM registers as temp registers - I mean that they are temporary place holders from the program's persepctive. The XMM registers are actual registers in the CPU - Any confusion is regretted.
The code discussed in the video can be found here:
https://github.com/vishmohan/inline_assembly_examples/tree/master/packed_add