IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
IsEqualRegDecl.h
Go to the documentation of this file.
1 // IsEqualRegDecl.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_ISEQUALREGDECL_H__
16 #define __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_ISEQUALREGDECL_H__
17 
20 
21 namespace ipsdk {
22 namespace simd {
23 namespace detail {
24 
27 
33 template <eInstructionSet::domain instructionSet,
34  typename T, typename Enable=void>
35 struct IsEqualReg {
36 };
37 
40 
41 } // end of namespace detail
42 } // end of namespace simd
43 } // end of namespace ipsdk
44 
45 #endif // __IPSDKUTIL_INSTRUCTIONSET_COMPARISON_DETAIL_ISEQUALREGDECL_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: IsEqualRegDecl.h:35
Predefined types associated to instruction set management.
Definition of import/export macro for library.