18 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_EXP_H__ 19 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_EXP_H__ 33 template <eInstructionSet::domain instructionSet,
34 eInstructionSet::domain instructionSetFma,
41 return detail::ExpPack<instructionSet, instructionSetFma, T>::act(in);
44 template <eInstructionSet::domain instructionSet,
45 eInstructionSet::domain instructionSetFma,
49 exp(
const PackT& in, PackT& out)
52 detail::ExpPack<instructionSet, instructionSetFma, T>::act(in, out);
61 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_EXP_H__ Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
ExpPack<eInstructionSet::domain instructionSet, typename TIn, typename Enable=void> structure...
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.