Back to Browse

Fused Multiply Add

858 views
Apr 12, 2023
6:21

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.

Download

0 formats

No download links available.

Fused Multiply Add | NatokHD