IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ScatterPackDecl.h
Go to the documentation of this file.
1 // ScatterPackDecl.h:
3 // ------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_SCATTER_DETAIL_SCATTERPACKDECL_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_SCATTER_DETAIL_SCATTERPACKDECL_H__
17 
19 
20 namespace ipsdk {
21 namespace simd {
22 namespace detail {
23 
26 
27 // template structure associated to scatter function
28 template<eInstructionSet::domain instructionSet, typename T,
29  typename Enable=void>
30 struct ScatterPack {
31 };
32 
35 
36 } // end of namespace detail
37 } // end of namespace simd
38 } // end of namespace ipsdk
39 
40 
42 
43 #ifdef IPSDK_WITH_SSE2
45 #endif
46 
47 /*#ifdef IPSDK_WITH_AVX
48 #include <IPSDKUtil/InstructionSet/Scatter/detail/AVX/ScatterPackDecl.h>
49 #endif*/
50 
51 #ifdef IPSDK_WITH_AVX2
53 #endif
54 
55 #endif // __IPSDKUTIL_INSTRUCTIONSET_SCATTER_DETAIL_SCATTERPACKDECL_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition of import/export macro for library.
Definition: ScatterPackDecl.h:30