IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AssignRegDecl.h
Go to the documentation of this file.
1 // AssignRegDecl.h:
3 // ------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_DETAIL_ASSIGNREGDECL_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_DETAIL_ASSIGNREGDECL_H__
17 
20 
21 namespace ipsdk {
22 namespace simd {
23 namespace detail {
24 
27 
28 // template structure associated to assign function
29 template <eInstructionSet::domain instructionSet, typename T,
30  typename Enable=void>
31 struct AssignReg {
32 };
33 
36 
37 } // end of namespace detail
38 } // end of namespace simd
39 } // end of namespace ipsdk
40 
41 #endif // __IPSDKUTIL_INSTRUCTIONSET_DETAIL_ASSIGNREGDECL_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Predefined types associated to instruction set management.
Definition of import/export macro for library.
Definition: AssignRegDecl.h:31