15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_UNARYPACKOPRETMASK_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_UNARYPACKOPRETMASK_H__ 32 template <
typename T,
class OpClass>
35 static IPSDK_FORCEINLINE
40 out._val = OpClass::act(in._val);
44 static IPSDK_FORCEINLINE
49 OpClass::act(in._val, out._val);
60 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_UNARYPACKOPRETMASK_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: UnaryPackOpRetMask.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