Mjolnir Core
Core functionality of the Mjolnir API

◆ blend_below()

auto blend_below ( T_RegisterType  src_0,
T_RegisterType  src_1 
) -> T_RegisterType
inlinenoexcept

Get a register where elements with a lower index than t_index are copied from src_1and the rest from src_0.

Template Parameters
t_indexAll elements of the result register with a lower index than this value are copied from src_1. All other values are taken from src_0
T_RegisterTypeThe register type
Parameters
[in]src_0First source register
[in]src_1Second source register
Returns
New register with blended values