15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_STD_POWREG_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_STD_POWREG_H__ 20 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/PowReg.h> 35 static IPSDK_FORCEINLINE
37 act(
const T& base,
const T& exp)
42 static IPSDK_FORCEINLINE
44 act(
const T& base,
const T& exp, T& out)
57 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_STD_POWREG_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eInstructionSet
Enumerate for processor instruction set description.
Definition: InstructionSetTypes.h:31
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.
template structure which is specialized to implement the computation of pow function on scalars or re...
Definition: PowReg.h:38
compiler optimisations only
Definition: InstructionSetTypes.h:34