Back to Browse

Packed Addition Using Inline assembly

156 views
Jul 26, 2020
12:04

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

Download

0 formats

No download links available.

Packed Addition Using Inline assembly | NatokHD