Mjolnir Core
Core functionality of the Mjolnir API

◆ mm_set1()

auto mm_set1 ( ElementType< T_RegisterType >  value) -> T_RegisterType
inlinenoexcept

Broadcast a single value a to all elements of the register.

Template Parameters
T_RegisterTypeThe register type
Parameters
[in]valueThe value that should be broadcasted
Returns
Register with broadcasted value