15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_ISLESS_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_ISLESS_H__ 36 template <eInstructionSet::domain instructionSet,
class PackT>
39 isLess(
const PackT& in1,
const PackT& in2)
46 template <eInstructionSet::domain instructionSet,
class PackT>
49 isLess(
const PackT& in1,
const PackT& in2,
typename Pack2MaskPackType<PackT>::Type& out)
52 detail::BinaryPackOpRetMask<instructionSet, T,
53 detail::IsLessReg<instructionSet, T> >::act(in1, in2, out);
62 #endif // __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_ISLESS_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: BinaryPackOpRetMask.h:31
Definition: Pack2MaskPackType.h:35
defines template structures PromotedType<T1, T2> and PromotedType3<T1, T2, T3>; their attribute Type ...
Predefined types associated to instruction set management.
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
Definition of import/export macro for library.
IPSDK_FORCEINLINE ipsdk::simd::Pack2MaskPackType< PackT >::Type isLess(const PackT &in1, const PackT &in2)
isLess function; vectorized comparison ("is less than" test) of data contained in 2 Register structur...
Definition: isLess.h:39
Definition: IsLessRegDecl.h:30