15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_BINARYPACKOPRETMASK_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_BINARYPACKOPRETMASK_H__ 33 template <
typename T,
class OpClass,
typename Scalar>
36 static IPSDK_FORCEINLINE
42 out._val = OpClass::act(in1._val, in2._val);
46 static IPSDK_FORCEINLINE
52 OpClass::act(in1._val, in2._val, out._val);
55 static IPSDK_FORCEINLINE
61 OpClass::act(in1._val, in2, out._val);
72 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_BINARYPACKOPRETMASK_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
BaseMaskPack class; defines a set of masks; the number of masks in this set depends on the type of th...
Definition: BinaryPackOpRetMask.h:31
BasePack class; defines a set of scalars (for instruction set "standard") or registers (for all other...
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