Mjolnir Core
Core functionality of the Mjolnir API

◆ broadcast() [2/2]

auto broadcast ( T_RegisterType  src) -> T_RegisterType
inlinenoexcept

Broadcast a register element per lane selected by t_index_0 and t_index_1.

The broadcasting does not cross lane boundaries.

Template Parameters
t_index_0Index of the first lane's element that should be broadcasted
t_index_0Index of the second lane's element that should be broadcasted
T_RegisterTypeThe register type
Parameters
[in]srcThe source register
Returns
New register with broadcasted values