15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_SSE2_ISNOTEQUALREGIMPL_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_SSE2_ISNOTEQUALREGIMPL_H__ 31 typename RegMaskType<eInstructionSet::eIS_Sse2, T>::Type
32 IsNotEqualReg<eInstructionSet::eIS_Sse2, T>::act(
33 const typename Sse2Type<T>::Type& in1,
34 const typename Sse2Type<T>::Type& in2)
36 return BitwiseNotReg<eInstructionSet::eIS_Sse2, T>::act(
37 IsEqualReg<eInstructionSet::eIS_Sse2, T>::act(in1, in2));
43 IsNotEqualReg<eInstructionSet::eIS_Sse2, T>::act(
44 const typename Sse2Type<T>::Type& in1,
45 const typename Sse2Type<T>::Type& in2,
46 typename RegMaskType<eInstructionSet::eIS_Sse2, T>::Type& out)
48 IsEqualReg<eInstructionSet::eIS_Sse2, T>::act(in1, in2, out);
49 BitwiseNotReg<eInstructionSet::eIS_Sse2, T>::act(out, out);
61 #endif // __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_SSE2_ISNOTEQUALREGIMPL_H__ declaration of specialized BitwiseAndReg structure for SSE2 instruction set
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22