Mjolnir Core
Core functionality of the Mjolnir API

◆ blend_from_to()

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

Get a register where elements inside the specified index range are taken from src_1 and the rest from src_0.

Template Parameters
t_index_firstIndex of the first element that is taken from src_1
t_index_lastIndex of the last element that is taken from src_1
T_RegisterTypeThe register type
Parameters
[in]src_0First source register
[in]src_1Second source register
Returns
New register with blended values