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