17 #ifndef __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_ISEQUAL_H__ 18 #define __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_ISEQUAL_H__ 36 template <eInstructionSet::domain instructionSet,
class PackT>
38 typename Pack2MaskPackType<PackT>::Type
39 isEqual(
const PackT& in1,
const PackT& in2)
46 template <eInstructionSet::domain instructionSet,
class PackT>
49 isEqual(
const PackT& in1,
const PackT& in2,
typename Pack2MaskPackType<PackT>::Type& out)
52 detail::BinaryPackOpRetMask<instructionSet, T,
53 detail::IsEqualReg<instructionSet, T> >::act(in1, in2, out);
62 #endif // __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_ISEQUAL_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: IsEqualRegDecl.h:35
IsEqualReg<eInstructionSet::domain instructionSet, typename T, typename Enable=void> structure...
Definition: BinaryPackOpRetMask.h:31
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
IPSDK_FORCEINLINE Pack2MaskPackType< PackT >::Type isEqual(const PackT &in1, const PackT &in2)
isEqual function; tests if all the elements of the first operand pack equal the elements of the secon...
Definition: isEqual.h:39
Definition of import/export macro for library.