IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ExpReg.h
1 // ExpReg.h:
3 // -----------------
4 //
16 
17 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_EXPREG_H__
18 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_EXPREG_H__
19 
22 
23 namespace ipsdk {
24 namespace simd {
25 namespace detail {
26 
29 
36 template <eInstructionSet::domain instructionSet,
37  eInstructionSet::domain instructionSetFma,
38  typename T, typename Enable=void>
39 struct ExpReg
40 {
41 };
42 
45 
46 } // end of namespace detail
47 } // end of namespace simd
48 } // end of namespace ipsdk
49 
51 
52 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_EXPREG_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
template structure which is specialized to implement the computation of exponential function on a sca...
Definition: ExpReg.h:39
Predefined types associated to instruction set management.
Definition of import/export macro for library.
specialization of ipsdk::simd::detail::ExpReg structure