15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ASIN_H__ 16 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ASIN_H__ 30 template <eInstructionSet::domain IS,
class PackT>
36 return detail::AsinPack<IS, T>::act(in);
39 template <eInstructionSet::domain IS,
class PackT>
42 asin(
const PackT& in, PackT& out)
45 detail::AsinPack<IS, T>::act(in, out);
54 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_ASIN_H__ AsinPack<eInstructionSet::domain instructionSet, typename T, typename Enable=void> structure...
Defines the IPSDK_FORCEINLINE.
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
Definition of import/export macro for library.