15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_STD_ISLESSREGIMPL_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_STD_ISLESSREGIMPL_H__ 32 typename RegMaskType<eInstructionSet::eIS_Standard, T>::Type
33 IsLessReg<eInstructionSet::eIS_Standard, T>::act(
37 return in1 < in2 ? AllBitsToOneReg<eInstructionSet::eIS_Standard, T>::act() : 0;
42 IsLessReg<eInstructionSet::eIS_Standard, T>::act(
45 typename RegMaskType<eInstructionSet::eIS_Standard, T>::Type& out)
47 out = (in1 < in2 ? AllBitsToOneReg<eInstructionSet::eIS_Standard, T>::act() : 0);
57 #endif // __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_STD_ISLESSREGIMPL_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
BasePack class; defines a set of scalars (for instruction set "standard") or registers (for all other...
Definition of import/export macro for library.