Demonstrates the use of one of the FMA instructions via a simple example.
The instruction shown in the video is vfmadd132pd.
https://github.com/vishmohan/inline_assembly_examples/tree/master/fma
Note: The instruction is shown with the Intel Syntax. The Makefile uses -masm=intel while invoking gcc which makes it understand the Intel syntax.