IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
TanReg.h
1 // TanReg.h:
3 // -----------------
4 //
16 
17 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_TANREG_H__
18 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_TANREG_H__
19 
22 
23 namespace ipsdk {
24 namespace simd {
25 namespace detail {
26 
29 
36 template <eInstructionSet::domain IS,
37  eInstructionSet::domain ISFma,
38  typename T, typename Enable=void>
39 struct TanReg;
40 
43 
44 } // end of namespace detail
45 } // end of namespace simd
46 } // end of namespace ipsdk
47 
50 
51 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_TANREG_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
template structure which is specialized to implement the computation of tan function on a scalar or a...
Definition: TanReg.h:39
specialization of ipsdk::simd::detail::TanReg structure
specialization of ipsdk::simd::detail::TanReg structure for standard instruction set ...
Predefined types associated to instruction set management.
Definition of import/export macro for library.