IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ModuloReg.h
1 // ModuloReg.h:
3 // -----------------
4 //
13 
14 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_MODULOREG_H__
15 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_MODULOREG_H__
16 
19 
20 namespace ipsdk {
21 namespace simd {
22 namespace detail {
23 
26 
29 template <
30  eInstructionSet::domain instructionSet,
31  typename T,
32  typename Enable=void
33 >
34 struct ModuloReg
35 {
36 };
37 
40 
41 } // end of namespace detail
42 } // end of namespace simd
43 } // end of namespace ipsdk
44 
46 
47 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_MODULOREG_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: ModuloReg.h:34
Predefined types associated to instruction set management.
Definition of import/export macro for library.
specialization of ipsdk::simd::detail::ModuloReg structure