IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MaxPack.h
Go to the documentation of this file.
1 // MaxPack.h:
3 // -----------------
4 //
18 
19 #ifndef __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_MAXPACK_H__
20 #define __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_MAXPACK_H__
21 
24 
25 namespace ipsdk {
26 namespace simd {
27 namespace detail {
28 namespace reduction {
31 
38 template <eInstructionSet::domain instructionSet,
39  typename T, typename Enable=void>
40 struct MaxPack {
41 };
42 
45 
46 } // end of namespace reduction
47 } // end of namespace detail
48 } // end of namespace simd
49 } // end of namespace ipsdk
50 
52 
53 #ifdef IPSDK_WITH_SSE2
55 #endif
56 
57 #ifdef IPSDK_WITH_AVX
59 #endif
60 
61 #ifdef IPSDK_WITH_AVX2
63 #endif
64 
65 #ifdef IPSDK_WITH_AVX512
67 #endif
68 
69 #endif // __IPSDKUTIL_INSTRUCTIONSET_REDUCTION_DETAIL_MAXPACK_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
specialization of ipsdk::simd::detail::MaxPack structure for SSE2 instruction set ...
specialization of ipsdk::simd::detail::MaxPack structure for Standard instruction set ...
specialization of ipsdk::simd::detail::reduction::MaxPack structure for AVX instruction set ...
structure MaxPack<eInstructionSet::domain instructionSet, typename T, typename Enable=void> ...
Definition: MaxPack.h:40
Predefined types associated to instruction set management.
specialization of ipsdk::simd::detail::reduction::MaxPack structure for AVX512 instruction set ...
Definition of import/export macro for library.
specialization of ipsdk::simd::detail::reduction::MaxPack structure for AVX2 instruction set ...