IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PolynomPack.h
1 // PolynomPack.h:
3 // -----------------
4 //
16 
17 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_POLYNOMPACK_H__
18 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_POLYNOMPACK_H__
19 
22 
23 namespace ipsdk {
24 namespace simd {
25 namespace detail {
26 
29 
37 template <
38  eInstructionSet::domain IS,
39  eInstructionSet::domain ISFma,
40  unsigned int N,
41  typename T,
42  typename Enable=void
43 >
45 {
46 };
47 
50 
51 } // end of namespace detail
52 } // end of namespace simd
53 } // end of namespace ipsdk
54 
56 
57 #ifdef IPSDK_WITH_SSE2
59 #endif
60 
61 #ifdef IPSDK_WITH_AVX
63 #endif
64 
65 #ifdef IPSDK_WITH_AVX2
67 #endif
68 
69 #ifdef IPSDK_WITH_AVX512
71 #endif
72 
73 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_POLYNOMPACK_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
template structure which is specialized to implement the computation of a polynom of given degree (up...
Definition: PolynomPack.h:44
Specialization of PolynomPack structure for SSE2 instruction set.
Predefined types associated to instruction set management.
Definition of import/export macro for library.