15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_LOGICALOR_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_LOGICALOR_H__ 32 template <eInstructionSet::domain instructionSet,
class MaskPackT>
35 logicalOr(
const MaskPackT& in1,
39 detail::LogicalOrReg<instructionSet, typename MaskPackT::DataType> >::act(in1, in2);
42 template <eInstructionSet::domain instructionSet,
class MaskPackT>
45 logicalOr(
const MaskPackT& in1,
50 detail::LogicalOrReg<instructionSet, typename MaskPackT::DataType> >::act(in1, in2, out);
59 #endif // __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_LOGICALOR_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
defines template structures PromotedType<T1, T2> and PromotedType3<T1, T2, T3>; their attribute Type ...
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
Definition of import/export macro for library.