Mjolnir Core
Core functionality of the Mjolnir API

◆ mm_add()

auto mm_add ( T_RegisterType  lhs,
T_RegisterType  rhs 
) -> T_RegisterType
inlinenoexcept

Perform an element-wise addition of lhs and rhs and return the result.

Template Parameters
T_RegisterTypeThe register type
Parameters
[in]lhsThe register left of the operator
[in]rhsThe register right of the operator
Returns
Results of the element-wise addition.