17 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_POW_H__ 18 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_POW_H__ 36 template <eInstructionSet::domain instructionSet,
37 eInstructionSet::domain instructionSetFma,
41 pow(
const PackT& in1,
const PackT& in2)
47 template <eInstructionSet::domain instructionSet,
48 eInstructionSet::domain instructionSetFma,
52 pow(
const PackT& in1,
const PackT& in2, PackT& out)
55 detail::PowPack<instructionSet, instructionSetFma, T>::act(in1, in2, out);
64 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_POW_H__ Defines the IPSDK_FORCEINLINE.
PowPack<eInstructionSet::domain instructionSet, typename T, typename Enable=void> structure...
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
IPSDK_FORCEINLINE PackT pow(const PackT &in1, const PackT &in2)
given 2 input packs in1 and in2, returns exp(in2.log(in1))
Definition: pow.h:41
Definition of import/export macro for library.