Mjolnir Core
Core functionality of the Mjolnir API

◆ mm_fmadd()

auto mm_fmadd ( T_RegisterType  a,
T_RegisterType  b,
T_RegisterType  c 
) -> T_RegisterType
inlinenoexcept

Perform an element-wise multiplication of a and b, add c and return the result.

Template Parameters
T_RegisterTypeThe register type
Parameters
[in]aThe register left of the multiplication operator
[in]bThe register right of the multiplication operator
[in]cThe register that will be added after the multiplication
Returns
Results of the element-wise multiplication with subsequent addition