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