IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MinRegDecl.h
Go to the documentation of this file.
1 // MinRegDecl.h:
3 // -----------------
4 //
13 
14 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_MINREGDECL_H__
15 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_MINREGDECL_H__
16 
19 
20 namespace ipsdk {
21 namespace simd {
22 namespace detail {
23 
26 
27 template <eInstructionSet::domain instructionSet,
28  typename T, typename Enable=void>
29 struct MinReg {
30 };
31 
34 
35 } // end of namespace detail
36 } // end of namespace simd
37 } // end of namespace ipsdk
38 
40 
41 #ifdef IPSDK_WITH_SSE2
42 #include <IPSDKUtil/InstructionSet/Arithmetic/detail/SSE2/MinRegDecl.h>
43 #endif
44 
45 #ifdef IPSDK_WITH_AVX
47 #endif
48 
49 #ifdef IPSDK_WITH_AVX2
51 #endif
52 
53 #ifdef IPSDK_WITH_AVX512
55 #endif
56 
57 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_MINREGDECL_H__
specialization of ipsdk::simd::detail::MinReg structure for AVX512 instruction set ...
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Definition: MinRegDecl.h:29
specialization of ipsdk::simd::detail::MinReg structure for standard instruction set ...
specialization of ipsdk::simd::detail::MinReg structure for AVX instruction set
specialization of ipsdk::simd::detail::MinReg structure for AVX2 instruction set
Predefined types associated to instruction set management.
Definition of import/export macro for library.