Mjolnir Core
Core functionality of the Mjolnir API

◆ mm_cmp_lt()

auto mm_cmp_lt ( T_RegisterType  lhs,
T_RegisterType  rhs 
) -> T_RegisterType
inlinenoexcept

Compare element-wise if the register elements of lhs are less than the ones in rhs.

If a comparison is false, the corresponding value of the returned register is 0. For single precision registers, a true comparison yields 0xFFFFFFFF. For double precision registers it is 0xFFFFFFFFFFFFFFFF.

Template Parameters
T_RegisterTypeThe register type
Parameters
[in]lhsThe register left of the operator
[in]rhsThe register right of the operator
Returns
Register with the comparison results. See detailed description.