15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_ISLESSEQUAL_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_ISLESSEQUAL_H__ 34 template <eInstructionSet::domain instructionSet,
class PackT>
36 typename Pack2MaskPackType<PackT>::Type
44 template <eInstructionSet::domain instructionSet,
class PackT>
47 isLessEqual(
const PackT& in1,
const PackT& in2,
typename Pack2MaskPackType<PackT>::Type& out)
50 detail::BinaryPackOpRetMask<instructionSet, T,
51 detail::IsLessEqualReg<instructionSet, T> >::act(in1, in2, out);
60 #endif // __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_ISLESSEQUAL_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: BinaryPackOpRetMask.h:31
Definition: IsLessEqualRegDecl.h:30
defines template structures PromotedType<T1, T2> and PromotedType3<T1, T2, T3>; their attribute Type ...
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
Definition of import/export macro for library.
IPSDK_FORCEINLINE Pack2MaskPackType< PackT >::Type isLessEqual(const PackT &in1, const PackT &in2)
isLessEqual function; vectorized comparison ("is less than or equal to" test) of data contained in 2...
Definition: isLessEqual.h:37