IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MaxReg.h
Go to the documentation of this file.
1 // MaxReg.h:
3 // -----------------
4 //
16 
17 #ifndef __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_MAXREG_H__
18 #define __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_MAXREG_H__
19 
22 
23 namespace ipsdk {
24 namespace simd {
25 namespace detail {
26 namespace reduction {
29 
36 template <eInstructionSet::domain instructionSet,
37  typename T, typename Enable=void>
38 struct MaxReg {
39 };
40 
43 
44 } // end of namespace reduction
45 } // end of namespace detail
46 } // end of namespace simd
47 } // end of namespace ipsdk
48 
50 
51 #ifdef IPSDK_WITH_SSE2
53 #endif
54 
55 #ifdef IPSDK_WITH_AVX
57 #endif
58 
59 #ifdef IPSDK_WITH_AVX2
61 #endif
62 
63 #ifdef IPSDK_WITH_AVX512
65 #endif
66 
67 #endif // __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_MAXREG_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
specialization of ipsdk::simd::detail::reduction::MaxReg structure for AVX512 instruction set ...
specialization of ipsdk::simd::detail::MaxReg structure for SSE2 instruction set
specialization of ipsdk::simd::detail::reduction::MaxReg structure for AVX2 instruction set ...
specialization of ipsdk::simd::detail::reduction::MaxReg structure for AVX instruction set ...
Predefined types associated to instruction set management.
Definition of import/export macro for library.
specialization of ipsdk::simd::detail::MaxReg structure for Standard instruction set ...