15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_BITWISENOT_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_BITWISENOT_H__ 32 template <eInstructionSet::domain instructionSet,
class PackT>
42 template <eInstructionSet::domain instructionSet,
class PackT>
48 detail::UnaryPackOp<instructionSet, T,
49 detail::BitwiseNotReg<instructionSet, T> >::act(in, out);
70 #endif // __IPSDKUTIL_INSTRUCTIONSET_LOGICAL_BITWISENOT_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: BitwiseNotRegDecl.h:30
IPSDK_FORCEINLINE PackT bitwiseNot(const PackT &in)
bitwiseNot function; vectorized "bitwise not" operator
Definition: bitwiseNot.h:35
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.
Definition: UnaryPackOp.h:31