15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_TAN_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_TAN_H__ 29 template <eInstructionSet::domain IS, eInstructionSet::domain ISFma,
class PackT>
35 return detail::TanPack<IS, ISFma, T>::act(in);
38 template <eInstructionSet::domain IS, eInstructionSet::domain ISFma,
class PackT>
41 tan(
const PackT& in, PackT& out)
44 detail::TanPack<IS, ISFma, T>::act(in, out);
53 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_TAN_H__ TanPack<eInstructionSet::domain instructionSet, typename T, typename Enable=void> structure...
Defines the IPSDK_FORCEINLINE.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Vector DataType
data type used for estimation
Definition: EstimationTypes.h:58
Definition of import/export macro for library.