IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SumReg.h
Go to the documentation of this file.
1 // SumReg.h:
3 // -----------------
4 //
16 
17 #ifndef __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_SUMREG_H__
18 #define __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_SUMREG_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 SumReg {
39 };
40 
43 
44 } // end of namespace reduction
45 } // end of namespace detail
46 } // end of namespace simd
47 } // end of namespace ipsdk
48 
49 #ifdef IPSDK_WITH_AVX512
51 #endif
52 
53 #endif // __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_SUMREG_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
specialization of ipsdk::simd::detail::reduction::SumReg structure for AVX512 instruction set ...
Predefined types associated to instruction set management.
Definition of import/export macro for library.