17 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_UNARYMINUS_H__ 18 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_UNARYMINUS_H__ 37 template <eInstructionSet::domain instructionSet,
class PackT>
47 template <eInstructionSet::domain instructionSet,
class PackT>
53 detail::UnaryPackOp<instructionSet, T,
54 detail::UnaryMinusReg<instructionSet, T> >::act(in, out);
63 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_UNARYMINUS_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDK_FORCEINLINE PackT unaryMinus(const PackT &in)
returns the opposite of a pack
Definition: unaryMinus.h:40
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: UnaryMinusReg.h:40
Definition: UnaryPackOp.h:31