IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AddReg.h
1 // AddReg.h:
3 // -----------------
4 //
15 
16 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_ADDREG_H__
17 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_ADDREG_H__
18 
21 
22 namespace ipsdk {
23 namespace simd {
24 namespace detail {
25 
28 
35 template <eInstructionSet::domain instructionSet,
36  typename T, typename Enable=void>
37 struct AddReg
38 {
39 };
40 
43 
44 } // end of namespace detail
45 } // end of namespace simd
46 } // end of namespace ipsdk
47 
49 
50 #ifdef IPSDK_WITH_SSE2
52 #endif
53 
54 #ifdef IPSDK_WITH_AVX
56 #endif
57 
58 #ifdef IPSDK_WITH_AVX2
60 #endif
61 
62 #ifdef IPSDK_WITH_AVX512
64 #endif
65 
66 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_ADDREG_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
specialization of ipsdk::simd::detail::AddReg structure for SSE2 instruction set
Predefined types associated to instruction set management.
specialization of ipsdk::simd::detail::AddReg structure for standard instruction set ...
specialization of ipsdk::simd::detail::AddReg structure for AVX instruction set
Definition of import/export macro for library.
template structure which is specialized to implement the arithmetic addition on 2 scalars or 2 regist...
Definition: AddReg.h:37
specialization of ipsdk::simd::detail::AddReg structure for AVX2 instruction set
specialization of ipsdk::simd::detail::AddReg structure for AVX512 instruction set ...