17 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_MUL_H__ 18 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_MUL_H__ 36 template <eInstructionSet::domain instructionSet,
40 mul(
const PackT& in1,
const PackT& in2)
46 template <eInstructionSet::domain instructionSet,
50 mul(
const PackT& in1,
const PackT& in2, PackT& out)
53 detail::MulPack<instructionSet, T, T>::act(in1, in2, out);
62 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_MUL_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDK_FORCEINLINE PackT mul(const PackT &in1, const PackT &in2)
returns the product of 2 input pack operandes
Definition: mul.h:40
structure MulPack<typename TIn1, typename TIn2, typename Enable=void>
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.