IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MulReg.h
Go to the documentation of this file.
1 // MulReg.h:
3 // -----------------
4 //
18 
19 #ifndef __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_MULREG_H__
20 #define __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_MULREG_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 MulReg
40 {
41 };
42 
45 
46 } // end of namespace detail
47 } // end of namespace simd
48 } // end of namespace ipsdk
49 
51 
52 #ifdef IPSDK_WITH_SSE2
54 #endif
55 
56 #ifdef IPSDK_WITH_AVX
58 #endif
59 
60 #ifdef IPSDK_WITH_AVX2
62 #endif
63 
64 #ifdef IPSDK_WITH_AVX512
66 #endif
67 
68 #endif // __IPSDKUTIL_INSTRUCTIONSET_ARITHMETIC_DETAIL_MULREG_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
specialization of ipsdk::simd::detail::MulReg structure for AVX2 instruction set
Predefined types associated to instruction set management.
specialization of ipsdk::simd::detail::MulReg structure for AVX512 instruction set ...
Definition of import/export macro for library.
Definition: MulReg.h:39
specialization of ipsdk::simd::detail::MulReg structure for standard instruction set ...
specialization of ipsdk::simd::detail::MulReg structure for SSE2 instruction set
specialization of ipsdk::simd::detail::MulReg structure for AVX instruction set