IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PolynomReg.h
1 // PolynomReg.h:
3 // -----------------
4 //
15 
16 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_POLYNOMREG_H__
17 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_POLYNOMREG_H__
18 
21 
22 namespace ipsdk {
23 namespace simd {
24 namespace detail {
25 
28 
36 template <
37  eInstructionSet::domain IS,
38  eInstructionSet::domain ISFma,
39  unsigned int N,
40  typename T,
41  typename Enable=void
42 >
43 struct PolynomReg
44 {
45 };
46 
49 
50 } // end of namespace detail
51 } // end of namespace simd
52 } // end of namespace ipsdk
53 
55 
56 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_POLYNOMREG_H__
template structure which is specialized to implement the computation of a polynom of degree 8 applied...
Definition: PolynomReg.h:43
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Predefined types associated to instruction set management.
Definition of import/export macro for library.
specialization of ipsdk::simd::detail::PolynomReg structure for all instruction sets ...