Mjolnir Core
Core functionality of the Mjolnir API

◆ mm_load()

auto mm_load ( ElementType< T_RegisterType > *  ptr) -> T_RegisterType
inlinenoexcept

Load data from an aligned memory location into a new register.

Template Parameters
T_RegisterTypeThe register type
Parameters
[in]ptrCorrectly aligned pointer to the memory location
Returns
New register with loaded data