Mjolnir Core
Core functionality of the Mjolnir API

◆ mm_fmsub()

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

Perform an element-wise multiplication of a and b, subtract 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 subtracted after the multiplication
Returns
Results of the element-wise multiplication with subsequent subtraction