15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_BINARYMASKPACKOP_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_BINARYMASKPACKOP_H__ 32 template <
typename T,
class OpClass,
typename Scalar>
35 static IPSDK_FORCEINLINE
41 out._val = OpClass::act(in1._val, in2._val);
45 static IPSDK_FORCEINLINE
51 OpClass::act(in1._val, in2._val, out._val);
54 static IPSDK_FORCEINLINE
59 OpClass::act(inOut1._val, inOut2._val);
70 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_BINARYMASKPACKOP_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: BinaryMaskPackOp.h:30
BaseMaskPack class; defines a set of masks; the number of masks in this set depends on the type of th...
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
Predefined types associated to instruction set management.
Definition of import/export macro for library.
compiler optimisations only
Definition: InstructionSetTypes.h:34