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