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