15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_TERNARYPACKOPRETMASK_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_TERNARYPACKOPRETMASK_H__ 32 template <
typename T,
class OpClass>
35 static IPSDK_FORCEINLINE
42 out._val = OpClass::act(in1._val, in2._val, in3._val);
46 static IPSDK_FORCEINLINE
53 out._val = OpClass::act(in1._val, in2._val, in3._val);
64 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_STD_TERNARYPACKOPRETMASK_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
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
Definition: TernaryPackOpRetMask.h:31